15 lines
339 B
Go
15 lines
339 B
Go
/*
|
|
* Redfish OAPI specification
|
|
*
|
|
* Partial Redfish OAPI specification for a limited client
|
|
*
|
|
* API version: 0.0.1
|
|
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
*/
|
|
|
|
package client
|
|
// ResetRequestBody struct for ResetRequestBody
|
|
type ResetRequestBody struct {
|
|
ResetType ResetType `json:"ResetType,omitempty"`
|
|
}
|