GetIntelIdentityAccountsV1200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Items | []IntelAccessAccountWire | First page of accounts for the identity. | |
| TotalCount | Pointer to int32 | Total number of accounts for this identity; omitted when items is empty. | [optional] |
| Next | Pointer to string | Absolute URL to the next accounts page; present when totalCount exceeds the items returned on this page. | [optional] |
Methods
NewGetIntelIdentityAccountsV1200Response
func NewGetIntelIdentityAccountsV1200Response(items []IntelAccessAccountWire, ) *GetIntelIdentityAccountsV1200Response
NewGetIntelIdentityAccountsV1200Response instantiates a new GetIntelIdentityAccountsV1200Response 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
NewGetIntelIdentityAccountsV1200ResponseWithDefaults
func NewGetIntelIdentityAccountsV1200ResponseWithDefaults() *GetIntelIdentityAccountsV1200Response
NewGetIntelIdentityAccountsV1200ResponseWithDefaults instantiates a new GetIntelIdentityAccountsV1200Response 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
GetItems
func (o *GetIntelIdentityAccountsV1200Response) GetItems() []IntelAccessAccountWire
GetItems returns the Items field if non-nil, zero value otherwise.
GetItemsOk
func (o *GetIntelIdentityAccountsV1200Response) GetItemsOk() (*[]IntelAccessAccountWire, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetItems
func (o *GetIntelIdentityAccountsV1200Response) SetItems(v []IntelAccessAccountWire)
SetItems sets Items field to given value.
GetTotalCount
func (o *GetIntelIdentityAccountsV1200Response) GetTotalCount() int32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
GetTotalCountOk
func (o *GetIntelIdentityAccountsV1200Response) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotalCount
func (o *GetIntelIdentityAccountsV1200Response) SetTotalCount(v int32)
SetTotalCount sets TotalCount field to given value.
HasTotalCount
func (o *GetIntelIdentityAccountsV1200Response) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
GetNext
func (o *GetIntelIdentityAccountsV1200Response) GetNext() string
GetNext returns the Next field if non-nil, zero value otherwise.
GetNextOk
func (o *GetIntelIdentityAccountsV1200Response) 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 *GetIntelIdentityAccountsV1200Response) SetNext(v string)
SetNext sets Next field to given value.
HasNext
func (o *GetIntelIdentityAccountsV1200Response) HasNext() bool
HasNext returns a boolean if a field has been set.