更新文档内容
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Code** | Pointer to **int32** | http code | [optional]
|
||||
**Data** | Pointer to [**InstallCheckConfigFileResp**](InstallCheckConfigFileResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
**Msg** | Pointer to **string** | response message | [optional]
|
||||
**Reason** | Pointer to **string** | reason key | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -26,6 +28,31 @@ NewInstallationConfigFileCheckPost200ResponseWithDefaults instantiates a new Ins
|
||||
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
|
||||
|
||||
### GetCode
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetCode() int32`
|
||||
|
||||
GetCode returns the Code field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCodeOk
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetCodeOk() (*int32, bool)`
|
||||
|
||||
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCode
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) SetCode(v int32)`
|
||||
|
||||
SetCode sets Code field to given value.
|
||||
|
||||
### HasCode
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) HasCode() bool`
|
||||
|
||||
HasCode returns a boolean if a field has been set.
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetData() InstallCheckConfigFileResp`
|
||||
@@ -51,30 +78,55 @@ SetData sets Data field to given value.
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
### GetMsg
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetMsg() string`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
### GetMsgOk
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetMsgOk() (*string, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
### SetMsg
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
`func (o *InstallationConfigFileCheckPost200Response) SetMsg(v string)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
SetMsg sets Msg field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
### HasMsg
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) HasHandlerRespBody() bool`
|
||||
`func (o *InstallationConfigFileCheckPost200Response) HasMsg() bool`
|
||||
|
||||
HasHandlerRespBody returns a boolean if a field has been set.
|
||||
HasMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetReason
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetReason() string`
|
||||
|
||||
GetReason returns the Reason field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReasonOk
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) GetReasonOk() (*string, bool)`
|
||||
|
||||
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReason
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) SetReason(v string)`
|
||||
|
||||
SetReason sets Reason field to given value.
|
||||
|
||||
### HasReason
|
||||
|
||||
`func (o *InstallationConfigFileCheckPost200Response) HasReason() bool`
|
||||
|
||||
HasReason 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)
|
||||
|
||||
Reference in New Issue
Block a user