Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.03 KB

GetOrganizationSmAdminsRoles200ResponseMetaCountsItems.md

File metadata and controls

82 lines (45 loc) · 3.03 KB

GetOrganizationSmAdminsRoles200ResponseMetaCountsItems

Properties

Name Type Description Notes
Total Pointer to int32 The total number of items in the dataset [optional]
Remaining Pointer to int32 The number of items in the dataset that are available on subsequent pages [optional]

Methods

NewGetOrganizationSmAdminsRoles200ResponseMetaCountsItems

func NewGetOrganizationSmAdminsRoles200ResponseMetaCountsItems() *GetOrganizationSmAdminsRoles200ResponseMetaCountsItems

NewGetOrganizationSmAdminsRoles200ResponseMetaCountsItems instantiates a new GetOrganizationSmAdminsRoles200ResponseMetaCountsItems 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

NewGetOrganizationSmAdminsRoles200ResponseMetaCountsItemsWithDefaults

func NewGetOrganizationSmAdminsRoles200ResponseMetaCountsItemsWithDefaults() *GetOrganizationSmAdminsRoles200ResponseMetaCountsItems

NewGetOrganizationSmAdminsRoles200ResponseMetaCountsItemsWithDefaults instantiates a new GetOrganizationSmAdminsRoles200ResponseMetaCountsItems 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

GetTotal

func (o *GetOrganizationSmAdminsRoles200ResponseMetaCountsItems) GetTotal() int32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *GetOrganizationSmAdminsRoles200ResponseMetaCountsItems) GetTotalOk() (*int32, bool)

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

SetTotal

func (o *GetOrganizationSmAdminsRoles200ResponseMetaCountsItems) SetTotal(v int32)

SetTotal sets Total field to given value.

HasTotal

func (o *GetOrganizationSmAdminsRoles200ResponseMetaCountsItems) HasTotal() bool

HasTotal returns a boolean if a field has been set.

GetRemaining

func (o *GetOrganizationSmAdminsRoles200ResponseMetaCountsItems) GetRemaining() int32

GetRemaining returns the Remaining field if non-nil, zero value otherwise.

GetRemainingOk

func (o *GetOrganizationSmAdminsRoles200ResponseMetaCountsItems) GetRemainingOk() (*int32, bool)

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

SetRemaining

func (o *GetOrganizationSmAdminsRoles200ResponseMetaCountsItems) SetRemaining(v int32)

SetRemaining sets Remaining field to given value.

HasRemaining

func (o *GetOrganizationSmAdminsRoles200ResponseMetaCountsItems) HasRemaining() bool

HasRemaining returns a boolean if a field has been set.

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