Name | Type | Description | Notes |
---|---|---|---|
Data | []UserModel | List of users. | |
Next | Pointer to string | Next continuation token. | [optional] |
func NewListUserModelsResponse(data []UserModel, ) *ListUserModelsResponse
NewListUserModelsResponse instantiates a new ListUserModelsResponse 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
func NewListUserModelsResponseWithDefaults() *ListUserModelsResponse
NewListUserModelsResponseWithDefaults instantiates a new ListUserModelsResponse 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
func (o *ListUserModelsResponse) GetData() []UserModel
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ListUserModelsResponse) GetDataOk() (*[]UserModel, 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.
func (o *ListUserModelsResponse) SetData(v []UserModel)
SetData sets Data field to given value.
func (o *ListUserModelsResponse) GetNext() string
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *ListUserModelsResponse) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUserModelsResponse) SetNext(v string)
SetNext sets Next field to given value.
func (o *ListUserModelsResponse) HasNext() bool
HasNext returns a boolean if a field has been set.