135 lines
3.9 KiB
Markdown
135 lines
3.9 KiB
Markdown
# AnswerAdminApiPluginsGet200Response
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Code** | Pointer to **int32** | http code | [optional]
|
|
**Data** | Pointer to [**[]SchemaGetPluginListResp**](SchemaGetPluginListResp.md) | | [optional]
|
|
**Msg** | Pointer to **string** | response message | [optional]
|
|
**Reason** | Pointer to **string** | reason key | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewAnswerAdminApiPluginsGet200Response
|
|
|
|
`func NewAnswerAdminApiPluginsGet200Response() *AnswerAdminApiPluginsGet200Response`
|
|
|
|
NewAnswerAdminApiPluginsGet200Response instantiates a new AnswerAdminApiPluginsGet200Response 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
|
|
|
|
### NewAnswerAdminApiPluginsGet200ResponseWithDefaults
|
|
|
|
`func NewAnswerAdminApiPluginsGet200ResponseWithDefaults() *AnswerAdminApiPluginsGet200Response`
|
|
|
|
NewAnswerAdminApiPluginsGet200ResponseWithDefaults instantiates a new AnswerAdminApiPluginsGet200Response 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
|
|
|
|
### GetCode
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) GetCode() int32`
|
|
|
|
GetCode returns the Code field if non-nil, zero value otherwise.
|
|
|
|
### GetCodeOk
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) 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 *AnswerAdminApiPluginsGet200Response) SetCode(v int32)`
|
|
|
|
SetCode sets Code field to given value.
|
|
|
|
### HasCode
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) HasCode() bool`
|
|
|
|
HasCode returns a boolean if a field has been set.
|
|
|
|
### GetData
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) GetData() []SchemaGetPluginListResp`
|
|
|
|
GetData returns the Data field if non-nil, zero value otherwise.
|
|
|
|
### GetDataOk
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) GetDataOk() (*[]SchemaGetPluginListResp, bool)`
|
|
|
|
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetData
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) SetData(v []SchemaGetPluginListResp)`
|
|
|
|
SetData sets Data field to given value.
|
|
|
|
### HasData
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) HasData() bool`
|
|
|
|
HasData returns a boolean if a field has been set.
|
|
|
|
### GetMsg
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) GetMsg() string`
|
|
|
|
GetMsg returns the Msg field if non-nil, zero value otherwise.
|
|
|
|
### GetMsgOk
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) GetMsgOk() (*string, bool)`
|
|
|
|
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.
|
|
|
|
### SetMsg
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) SetMsg(v string)`
|
|
|
|
SetMsg sets Msg field to given value.
|
|
|
|
### HasMsg
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) HasMsg() bool`
|
|
|
|
HasMsg returns a boolean if a field has been set.
|
|
|
|
### GetReason
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) GetReason() string`
|
|
|
|
GetReason returns the Reason field if non-nil, zero value otherwise.
|
|
|
|
### GetReasonOk
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) 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 *AnswerAdminApiPluginsGet200Response) SetReason(v string)`
|
|
|
|
SetReason sets Reason field to given value.
|
|
|
|
### HasReason
|
|
|
|
`func (o *AnswerAdminApiPluginsGet200Response) 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)
|
|
|
|
|