go-redfish/client/docs/ResetRequestBody.md
James Gu c442eb5bcb Upgrade openapi generator to v5.1.0
Upgraded openapi generator version to 5.1.0 for the support of nullable
values for optional fields; Added missing "Disabled" enum value to the
BootSourceOverrideEnabled model in the openapi schema.

Signed-off-by: James Gu <james.gu@att.com>
Change-Id: Ia3e0b018be13079d2085ef61ed2e797bcfd25fd7
2021-05-05 10:18:32 -04:00

57 lines
1.6 KiB
Markdown

# ResetRequestBody
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ResetType** | Pointer to [**ResetType**](ResetType.md) | | [optional]
## Methods
### NewResetRequestBody
`func NewResetRequestBody() *ResetRequestBody`
NewResetRequestBody instantiates a new ResetRequestBody object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
### NewResetRequestBodyWithDefaults
`func NewResetRequestBodyWithDefaults() *ResetRequestBody`
NewResetRequestBodyWithDefaults instantiates a new ResetRequestBody object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetResetType
`func (o *ResetRequestBody) GetResetType() ResetType`
GetResetType returns the ResetType field if non-nil, zero value otherwise.
### GetResetTypeOk
`func (o *ResetRequestBody) GetResetTypeOk() (*ResetType, bool)`
GetResetTypeOk returns a tuple with the ResetType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetResetType
`func (o *ResetRequestBody) SetResetType(v ResetType)`
SetResetType sets ResetType field to given value.
### HasResetType
`func (o *ResetRequestBody) HasResetType() bool`
HasResetType returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)