| 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] |
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
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
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) GetDirection() string
GetDirection returns the Direction field if non-nil, zero value otherwise.
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.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) SetDirection(v string)
SetDirection sets Direction field to given value.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) GetAttribute() string
GetAttribute returns the Attribute field if non-nil, zero value otherwise.
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.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) SetAttribute(v string)
SetAttribute sets Attribute field to given value.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
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.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) SetField(v string)
SetField sets Field field to given value.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf) HasField() bool
HasField returns a boolean if a field has been set.