Name | Type | Description | Notes |
---|---|---|---|
HasMore | Pointer to bool | [optional] | |
TotalResultSize | Pointer to int32 | [optional] | |
Data | Pointer to []CollectionWithoutPayload |
func (o *InlineResponse20017) GetHasMore() bool
GetHasMore returns the HasMore field if non-nil, zero value otherwise.
func (o *InlineResponse20017) 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.
func (o *InlineResponse20017) HasHasMore() bool
HasHasMore returns a boolean if a field has been set.
func (o *InlineResponse20017) SetHasMore(v bool)
SetHasMore gets a reference to the given bool and assigns it to the HasMore field.
func (o *InlineResponse20017) GetTotalResultSize() int32
GetTotalResultSize returns the TotalResultSize field if non-nil, zero value otherwise.
func (o *InlineResponse20017) 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.
func (o *InlineResponse20017) HasTotalResultSize() bool
HasTotalResultSize returns a boolean if a field has been set.
func (o *InlineResponse20017) SetTotalResultSize(v int32)
SetTotalResultSize gets a reference to the given int32 and assigns it to the TotalResultSize field.
func (o *InlineResponse20017) GetData() []CollectionWithoutPayload
GetData returns the Data field if non-nil, zero value otherwise.
func (o *InlineResponse20017) GetDataOk() ([]CollectionWithoutPayload, 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 *InlineResponse20017) HasData() bool
HasData returns a boolean if a field has been set.
func (o *InlineResponse20017) SetData(v []CollectionWithoutPayload)
SetData gets a reference to the given []CollectionWithoutPayload and assigns it to the Data field.