UserCollection

Properties

NameTypeDescriptionNotes
UsersPointer to []UserCollectionItem[optional]
TotalEntriesPointer to int32Count of objects in the current result set.[optional]

Methods

NewUserCollection

func NewUserCollection() *UserCollection

NewUserCollection instantiates a new UserCollection 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

NewUserCollectionWithDefaults

func NewUserCollectionWithDefaults() *UserCollection

NewUserCollectionWithDefaults instantiates a new UserCollection 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

GetUsers

func (o *UserCollection) GetUsers() []UserCollectionItem

GetUsers returns the Users field if non-nil, zero value otherwise.

GetUsersOk

func (o *UserCollection) GetUsersOk() (*[]UserCollectionItem, bool)

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

SetUsers

func (o *UserCollection) SetUsers(v []UserCollectionItem)

SetUsers sets Users field to given value.

HasUsers

func (o *UserCollection) HasUsers() bool

HasUsers returns a boolean if a field has been set.

GetTotalEntries

func (o *UserCollection) GetTotalEntries() int32

GetTotalEntries returns the TotalEntries field if non-nil, zero value otherwise.

GetTotalEntriesOk

func (o *UserCollection) GetTotalEntriesOk() (*int32, bool)

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

SetTotalEntries

func (o *UserCollection) SetTotalEntries(v int32)

SetTotalEntries sets TotalEntries field to given value.

HasTotalEntries

func (o *UserCollection) HasTotalEntries() bool

HasTotalEntries returns a boolean if a field has been set.

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