Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to []GetChildAccounts200ResponseDataInner | [optional] | |
Page | Pointer to int32 | The current page. | [optional] [readonly] |
Pages | Pointer to int32 | The total number of pages. | [optional] [readonly] |
Results | Pointer to int32 | The total number of results. | [optional] [readonly] |
func NewAddedGetChildAccounts200() *AddedGetChildAccounts200
NewAddedGetChildAccounts200 instantiates a new AddedGetChildAccounts200 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 NewAddedGetChildAccounts200WithDefaults() *AddedGetChildAccounts200
NewAddedGetChildAccounts200WithDefaults instantiates a new AddedGetChildAccounts200 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 *AddedGetChildAccounts200) GetData() []GetChildAccounts200ResponseDataInner
GetData returns the Data field if non-nil, zero value otherwise.
func (o *AddedGetChildAccounts200) GetDataOk() (*[]GetChildAccounts200ResponseDataInner, 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 *AddedGetChildAccounts200) SetData(v []GetChildAccounts200ResponseDataInner)
SetData sets Data field to given value.
func (o *AddedGetChildAccounts200) HasData() bool
HasData returns a boolean if a field has been set.
func (o *AddedGetChildAccounts200) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *AddedGetChildAccounts200) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddedGetChildAccounts200) SetPage(v int32)
SetPage sets Page field to given value.
func (o *AddedGetChildAccounts200) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *AddedGetChildAccounts200) GetPages() int32
GetPages returns the Pages field if non-nil, zero value otherwise.
func (o *AddedGetChildAccounts200) GetPagesOk() (*int32, bool)
GetPagesOk returns a tuple with the Pages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddedGetChildAccounts200) SetPages(v int32)
SetPages sets Pages field to given value.
func (o *AddedGetChildAccounts200) HasPages() bool
HasPages returns a boolean if a field has been set.
func (o *AddedGetChildAccounts200) GetResults() int32
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *AddedGetChildAccounts200) GetResultsOk() (*int32, 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.
func (o *AddedGetChildAccounts200) SetResults(v int32)
SetResults sets Results field to given value.
func (o *AddedGetChildAccounts200) HasResults() bool
HasResults returns a boolean if a field has been set.