4.1 KiB
AnswerAdminApiUsersPageGet200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Code | Pointer to int32 | http code | [optional] |
| Data | Pointer to AnswerAdminApiUsersPageGet200ResponseAllOfData | [optional] | |
| Msg | Pointer to string | response message | [optional] |
| Reason | Pointer to string | reason key | [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
GetCode
func (o *AnswerAdminApiUsersPageGet200Response) GetCode() int32
GetCode returns the Code field if non-nil, zero value otherwise.
GetCodeOk
func (o *AnswerAdminApiUsersPageGet200Response) 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 *AnswerAdminApiUsersPageGet200Response) SetCode(v int32)
SetCode sets Code field to given value.
HasCode
func (o *AnswerAdminApiUsersPageGet200Response) HasCode() bool
HasCode returns a boolean if a field has been set.
GetData
func (o *AnswerAdminApiUsersPageGet200Response) GetData() AnswerAdminApiUsersPageGet200ResponseAllOfData
GetData returns the Data field if non-nil, zero value otherwise.
GetDataOk
func (o *AnswerAdminApiUsersPageGet200Response) GetDataOk() (*AnswerAdminApiUsersPageGet200ResponseAllOfData, 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 AnswerAdminApiUsersPageGet200ResponseAllOfData)
SetData sets Data field to given value.
HasData
func (o *AnswerAdminApiUsersPageGet200Response) HasData() bool
HasData returns a boolean if a field has been set.
GetMsg
func (o *AnswerAdminApiUsersPageGet200Response) GetMsg() string
GetMsg returns the Msg field if non-nil, zero value otherwise.
GetMsgOk
func (o *AnswerAdminApiUsersPageGet200Response) 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 *AnswerAdminApiUsersPageGet200Response) SetMsg(v string)
SetMsg sets Msg field to given value.
HasMsg
func (o *AnswerAdminApiUsersPageGet200Response) HasMsg() bool
HasMsg returns a boolean if a field has been set.
GetReason
func (o *AnswerAdminApiUsersPageGet200Response) GetReason() string
GetReason returns the Reason field if non-nil, zero value otherwise.
GetReasonOk
func (o *AnswerAdminApiUsersPageGet200Response) 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 *AnswerAdminApiUsersPageGet200Response) SetReason(v string)
SetReason sets Reason field to given value.
HasReason
func (o *AnswerAdminApiUsersPageGet200Response) HasReason() bool
HasReason returns a boolean if a field has been set.