Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 3.65 KB

UsersListUsers200Response.md

File metadata and controls

128 lines (71 loc) · 3.65 KB

UsersListUsers200Response

Properties

Name Type Description Notes
Next Pointer to string [optional]
Previous Pointer to interface{} [optional]
Results Pointer to interface{} [optional]

Methods

NewUsersListUsers200Response

func NewUsersListUsers200Response() *UsersListUsers200Response

NewUsersListUsers200Response instantiates a new UsersListUsers200Response 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

NewUsersListUsers200ResponseWithDefaults

func NewUsersListUsers200ResponseWithDefaults() *UsersListUsers200Response

NewUsersListUsers200ResponseWithDefaults instantiates a new UsersListUsers200Response 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

GetNext

func (o *UsersListUsers200Response) GetNext() string

GetNext returns the Next field if non-nil, zero value otherwise.

GetNextOk

func (o *UsersListUsers200Response) 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.

SetNext

func (o *UsersListUsers200Response) SetNext(v string)

SetNext sets Next field to given value.

HasNext

func (o *UsersListUsers200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

GetPrevious

func (o *UsersListUsers200Response) GetPrevious() interface{}

GetPrevious returns the Previous field if non-nil, zero value otherwise.

GetPreviousOk

func (o *UsersListUsers200Response) GetPreviousOk() (*interface{}, bool)

GetPreviousOk returns a tuple with the Previous field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPrevious

func (o *UsersListUsers200Response) SetPrevious(v interface{})

SetPrevious sets Previous field to given value.

HasPrevious

func (o *UsersListUsers200Response) HasPrevious() bool

HasPrevious returns a boolean if a field has been set.

SetPreviousNil

func (o *UsersListUsers200Response) SetPreviousNil(b bool)

SetPreviousNil sets the value for Previous to be an explicit nil

UnsetPrevious

func (o *UsersListUsers200Response) UnsetPrevious()

UnsetPrevious ensures that no value is present for Previous, not even an explicit nil

GetResults

func (o *UsersListUsers200Response) GetResults() interface{}

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *UsersListUsers200Response) GetResultsOk() (*interface{}, bool)

GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResults

func (o *UsersListUsers200Response) SetResults(v interface{})

SetResults sets Results field to given value.

HasResults

func (o *UsersListUsers200Response) HasResults() bool

HasResults returns a boolean if a field has been set.

SetResultsNil

func (o *UsersListUsers200Response) SetResultsNil(b bool)

SetResultsNil sets the value for Results to be an explicit nil

UnsetResults

func (o *UsersListUsers200Response) UnsetResults()

UnsetResults ensures that no value is present for Results, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]