first version
This commit is contained in:
82
docs/AnswerAdminApiSiteinfoThemeGet200Response.md
Normal file
82
docs/AnswerAdminApiSiteinfoThemeGet200Response.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# AnswerAdminApiSiteinfoThemeGet200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Data** | Pointer to [**SchemaSiteThemeResp**](SchemaSiteThemeResp.md) | | [optional]
|
||||
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerAdminApiSiteinfoThemeGet200Response
|
||||
|
||||
`func NewAnswerAdminApiSiteinfoThemeGet200Response() *AnswerAdminApiSiteinfoThemeGet200Response`
|
||||
|
||||
NewAnswerAdminApiSiteinfoThemeGet200Response instantiates a new AnswerAdminApiSiteinfoThemeGet200Response 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
|
||||
|
||||
### NewAnswerAdminApiSiteinfoThemeGet200ResponseWithDefaults
|
||||
|
||||
`func NewAnswerAdminApiSiteinfoThemeGet200ResponseWithDefaults() *AnswerAdminApiSiteinfoThemeGet200Response`
|
||||
|
||||
NewAnswerAdminApiSiteinfoThemeGet200ResponseWithDefaults instantiates a new AnswerAdminApiSiteinfoThemeGet200Response 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
|
||||
|
||||
### GetData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetData() SchemaSiteThemeResp`
|
||||
|
||||
GetData returns the Data field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDataOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetDataOk() (*SchemaSiteThemeResp, 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 *AnswerAdminApiSiteinfoThemeGet200Response) SetData(v SchemaSiteThemeResp)`
|
||||
|
||||
SetData sets Data field to given value.
|
||||
|
||||
### HasData
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) HasData() bool`
|
||||
|
||||
HasData returns a boolean if a field has been set.
|
||||
|
||||
### GetHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetHandlerRespBody() HandlerRespBody`
|
||||
|
||||
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
|
||||
|
||||
### GetHandlerRespBodyOk
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)`
|
||||
|
||||
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) SetHandlerRespBody(v HandlerRespBody)`
|
||||
|
||||
SetHandlerRespBody sets HandlerRespBody field to given value.
|
||||
|
||||
### HasHandlerRespBody
|
||||
|
||||
`func (o *AnswerAdminApiSiteinfoThemeGet200Response) HasHandlerRespBody() bool`
|
||||
|
||||
HasHandlerRespBody 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