Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.78 KB

File metadata and controls

134 lines (73 loc) · 4.78 KB

V2ObjectsObjectRecordsQueryPostRequest

Properties

Name Type Description Notes
Filter Pointer to map[string]interface{} An object used to filter results to a subset of results. See the full guide to filtering and sorting here. [optional]
Sorts Pointer to []V2ObjectsObjectRecordsQueryPostRequestSortsInner An object used to sort results. See the full guide to filtering and sorting here. [optional]
Limit Pointer to float32 The maximum number of results to return. Defaults to 500. See the full guide to pagination here. [optional]
Offset Pointer to float32 The number of results to skip over before returning. Defaults to 0. See the full guide to pagination here. [optional]

Methods

NewV2ObjectsObjectRecordsQueryPostRequest

func NewV2ObjectsObjectRecordsQueryPostRequest() *V2ObjectsObjectRecordsQueryPostRequest

NewV2ObjectsObjectRecordsQueryPostRequest instantiates a new V2ObjectsObjectRecordsQueryPostRequest 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

NewV2ObjectsObjectRecordsQueryPostRequestWithDefaults

func NewV2ObjectsObjectRecordsQueryPostRequestWithDefaults() *V2ObjectsObjectRecordsQueryPostRequest

NewV2ObjectsObjectRecordsQueryPostRequestWithDefaults instantiates a new V2ObjectsObjectRecordsQueryPostRequest 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

GetFilter

func (o *V2ObjectsObjectRecordsQueryPostRequest) GetFilter() map[string]interface{}

GetFilter returns the Filter field if non-nil, zero value otherwise.

GetFilterOk

func (o *V2ObjectsObjectRecordsQueryPostRequest) GetFilterOk() (*map[string]interface{}, bool)

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

SetFilter

func (o *V2ObjectsObjectRecordsQueryPostRequest) SetFilter(v map[string]interface{})

SetFilter sets Filter field to given value.

HasFilter

func (o *V2ObjectsObjectRecordsQueryPostRequest) HasFilter() bool

HasFilter returns a boolean if a field has been set.

GetSorts

func (o *V2ObjectsObjectRecordsQueryPostRequest) GetSorts() []V2ObjectsObjectRecordsQueryPostRequestSortsInner

GetSorts returns the Sorts field if non-nil, zero value otherwise.

GetSortsOk

func (o *V2ObjectsObjectRecordsQueryPostRequest) GetSortsOk() (*[]V2ObjectsObjectRecordsQueryPostRequestSortsInner, bool)

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

SetSorts

func (o *V2ObjectsObjectRecordsQueryPostRequest) SetSorts(v []V2ObjectsObjectRecordsQueryPostRequestSortsInner)

SetSorts sets Sorts field to given value.

HasSorts

func (o *V2ObjectsObjectRecordsQueryPostRequest) HasSorts() bool

HasSorts returns a boolean if a field has been set.

GetLimit

func (o *V2ObjectsObjectRecordsQueryPostRequest) GetLimit() float32

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

func (o *V2ObjectsObjectRecordsQueryPostRequest) GetLimitOk() (*float32, bool)

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

SetLimit

func (o *V2ObjectsObjectRecordsQueryPostRequest) SetLimit(v float32)

SetLimit sets Limit field to given value.

HasLimit

func (o *V2ObjectsObjectRecordsQueryPostRequest) HasLimit() bool

HasLimit returns a boolean if a field has been set.

GetOffset

func (o *V2ObjectsObjectRecordsQueryPostRequest) GetOffset() float32

GetOffset returns the Offset field if non-nil, zero value otherwise.

GetOffsetOk

func (o *V2ObjectsObjectRecordsQueryPostRequest) GetOffsetOk() (*float32, bool)

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

SetOffset

func (o *V2ObjectsObjectRecordsQueryPostRequest) SetOffset(v float32)

SetOffset sets Offset field to given value.

HasOffset

func (o *V2ObjectsObjectRecordsQueryPostRequest) HasOffset() bool

HasOffset returns a boolean if a field has been set.

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