Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.49 KB

InlineResponse20023.md

File metadata and controls

91 lines (48 loc) · 2.49 KB

InlineResponse20023

Properties

Name Type Description Notes
HasMore Pointer to bool [optional]
TotalResultSize Pointer to int32 [optional]
Data Pointer to []ApplicationCustomer

Methods

GetHasMore

func (o *InlineResponse20023) GetHasMore() bool

GetHasMore returns the HasMore field if non-nil, zero value otherwise.

GetHasMoreOk

func (o *InlineResponse20023) GetHasMoreOk() (bool, bool)

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

HasHasMore

func (o *InlineResponse20023) HasHasMore() bool

HasHasMore returns a boolean if a field has been set.

SetHasMore

func (o *InlineResponse20023) SetHasMore(v bool)

SetHasMore gets a reference to the given bool and assigns it to the HasMore field.

GetTotalResultSize

func (o *InlineResponse20023) GetTotalResultSize() int32

GetTotalResultSize returns the TotalResultSize field if non-nil, zero value otherwise.

GetTotalResultSizeOk

func (o *InlineResponse20023) GetTotalResultSizeOk() (int32, bool)

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

HasTotalResultSize

func (o *InlineResponse20023) HasTotalResultSize() bool

HasTotalResultSize returns a boolean if a field has been set.

SetTotalResultSize

func (o *InlineResponse20023) SetTotalResultSize(v int32)

SetTotalResultSize gets a reference to the given int32 and assigns it to the TotalResultSize field.

GetData

func (o *InlineResponse20023) GetData() []ApplicationCustomer

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *InlineResponse20023) GetDataOk() ([]ApplicationCustomer, 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.

HasData

func (o *InlineResponse20023) HasData() bool

HasData returns a boolean if a field has been set.

SetData

func (o *InlineResponse20023) SetData(v []ApplicationCustomer)

SetData gets a reference to the given []ApplicationCustomer and assigns it to the Data field.

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