Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 3.55 KB

File metadata and controls

98 lines (53 loc) · 3.55 KB

V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf

Properties

Name Type Description Notes
Direction string The direction to sort the results by.
Attribute string A slug or ID to identify the attribute to sort by.
Field Pointer to string Which field on the value to sort by e.g. "last_name" on a name value. [optional]

Methods

NewV2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf

func NewV2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf(direction string, attribute string, ) *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf

NewV2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf instantiates a new V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf 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

NewV2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOfWithDefaults

func NewV2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOfWithDefaults() *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf

NewV2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOfWithDefaults instantiates a new V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf 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

GetDirection

func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) GetDirection() string

GetDirection returns the Direction field if non-nil, zero value otherwise.

GetDirectionOk

func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) GetDirectionOk() (*string, bool)

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

SetDirection

func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) SetDirection(v string)

SetDirection sets Direction field to given value.

GetAttribute

func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) GetAttribute() string

GetAttribute returns the Attribute field if non-nil, zero value otherwise.

GetAttributeOk

func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) GetAttributeOk() (*string, bool)

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

SetAttribute

func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) SetAttribute(v string)

SetAttribute sets Attribute field to given value.

GetField

func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) GetField() string

GetField returns the Field field if non-nil, zero value otherwise.

GetFieldOk

func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) GetFieldOk() (*string, bool)

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

SetField

func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) SetField(v string)

SetField sets Field field to given value.

HasField

func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) HasField() bool

HasField returns a boolean if a field has been set.

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