2.9 KiB
AnswerAdminApiUsersPageGet200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Data | Pointer to AnswerAdminApiUsersPageGet200ResponseData | [optional] | |
| HandlerRespBody | Pointer to HandlerRespBody | [optional] |
Methods
NewAnswerAdminApiUsersPageGet200Response
func NewAnswerAdminApiUsersPageGet200Response() *AnswerAdminApiUsersPageGet200Response
NewAnswerAdminApiUsersPageGet200Response instantiates a new AnswerAdminApiUsersPageGet200Response 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
NewAnswerAdminApiUsersPageGet200ResponseWithDefaults
func NewAnswerAdminApiUsersPageGet200ResponseWithDefaults() *AnswerAdminApiUsersPageGet200Response
NewAnswerAdminApiUsersPageGet200ResponseWithDefaults instantiates a new AnswerAdminApiUsersPageGet200Response 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 *AnswerAdminApiUsersPageGet200Response) GetData() AnswerAdminApiUsersPageGet200ResponseData
GetData returns the Data field if non-nil, zero value otherwise.
GetDataOk
func (o *AnswerAdminApiUsersPageGet200Response) GetDataOk() (*AnswerAdminApiUsersPageGet200ResponseData, 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 *AnswerAdminApiUsersPageGet200Response) SetData(v AnswerAdminApiUsersPageGet200ResponseData)
SetData sets Data field to given value.
HasData
func (o *AnswerAdminApiUsersPageGet200Response) HasData() bool
HasData returns a boolean if a field has been set.
GetHandlerRespBody
func (o *AnswerAdminApiUsersPageGet200Response) GetHandlerRespBody() HandlerRespBody
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
GetHandlerRespBodyOk
func (o *AnswerAdminApiUsersPageGet200Response) 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 *AnswerAdminApiUsersPageGet200Response) SetHandlerRespBody(v HandlerRespBody)
SetHandlerRespBody sets HandlerRespBody field to given value.
HasHandlerRespBody
func (o *AnswerAdminApiUsersPageGet200Response) HasHandlerRespBody() bool
HasHandlerRespBody returns a boolean if a field has been set.