first version
This commit is contained in:
56
docs/AnswerAdminApiUsersPageGet200ResponseDataAllOf.md
Normal file
56
docs/AnswerAdminApiUsersPageGet200ResponseDataAllOf.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# AnswerAdminApiUsersPageGet200ResponseDataAllOf
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Records** | Pointer to [**[]SchemaGetUserPageResp**](SchemaGetUserPageResp.md) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAnswerAdminApiUsersPageGet200ResponseDataAllOf
|
||||
|
||||
`func NewAnswerAdminApiUsersPageGet200ResponseDataAllOf() *AnswerAdminApiUsersPageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerAdminApiUsersPageGet200ResponseDataAllOf instantiates a new AnswerAdminApiUsersPageGet200ResponseDataAllOf 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
|
||||
|
||||
### NewAnswerAdminApiUsersPageGet200ResponseDataAllOfWithDefaults
|
||||
|
||||
`func NewAnswerAdminApiUsersPageGet200ResponseDataAllOfWithDefaults() *AnswerAdminApiUsersPageGet200ResponseDataAllOf`
|
||||
|
||||
NewAnswerAdminApiUsersPageGet200ResponseDataAllOfWithDefaults instantiates a new AnswerAdminApiUsersPageGet200ResponseDataAllOf 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
|
||||
|
||||
### GetRecords
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseDataAllOf) GetRecords() []SchemaGetUserPageResp`
|
||||
|
||||
GetRecords returns the Records field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRecordsOk
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseDataAllOf) GetRecordsOk() (*[]SchemaGetUserPageResp, bool)`
|
||||
|
||||
GetRecordsOk returns a tuple with the Records field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRecords
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseDataAllOf) SetRecords(v []SchemaGetUserPageResp)`
|
||||
|
||||
SetRecords sets Records field to given value.
|
||||
|
||||
### HasRecords
|
||||
|
||||
`func (o *AnswerAdminApiUsersPageGet200ResponseDataAllOf) HasRecords() bool`
|
||||
|
||||
HasRecords 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