更新文档内容

This commit is contained in:
2023-08-22 10:37:28 +08:00
parent c3f06b456f
commit 73222eee28
329 changed files with 25366 additions and 2475 deletions

View File

@@ -0,0 +1,82 @@
# AnswerAdminApiSettingPrivilegesGet200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Data** | Pointer to [**SchemaGetPrivilegesConfigResp**](SchemaGetPrivilegesConfigResp.md) | | [optional]
**HandlerRespBody** | Pointer to [**HandlerRespBody**](HandlerRespBody.md) | | [optional]
## Methods
### NewAnswerAdminApiSettingPrivilegesGet200Response
`func NewAnswerAdminApiSettingPrivilegesGet200Response() *AnswerAdminApiSettingPrivilegesGet200Response`
NewAnswerAdminApiSettingPrivilegesGet200Response instantiates a new AnswerAdminApiSettingPrivilegesGet200Response 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
### NewAnswerAdminApiSettingPrivilegesGet200ResponseWithDefaults
`func NewAnswerAdminApiSettingPrivilegesGet200ResponseWithDefaults() *AnswerAdminApiSettingPrivilegesGet200Response`
NewAnswerAdminApiSettingPrivilegesGet200ResponseWithDefaults instantiates a new AnswerAdminApiSettingPrivilegesGet200Response 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 *AnswerAdminApiSettingPrivilegesGet200Response) GetData() SchemaGetPrivilegesConfigResp`
GetData returns the Data field if non-nil, zero value otherwise.
### GetDataOk
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetDataOk() (*SchemaGetPrivilegesConfigResp, 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 *AnswerAdminApiSettingPrivilegesGet200Response) SetData(v SchemaGetPrivilegesConfigResp)`
SetData sets Data field to given value.
### HasData
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) HasData() bool`
HasData returns a boolean if a field has been set.
### GetHandlerRespBody
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) GetHandlerRespBody() HandlerRespBody`
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
### GetHandlerRespBodyOk
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) 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 *AnswerAdminApiSettingPrivilegesGet200Response) SetHandlerRespBody(v HandlerRespBody)`
SetHandlerRespBody sets HandlerRespBody field to given value.
### HasHandlerRespBody
`func (o *AnswerAdminApiSettingPrivilegesGet200Response) 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)