| Name | Type | Description | Notes |
|---|---|---|---|
| Direction | string | The direction to sort the results by. | |
| Path | [][]V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1PathInnerInner | You may use the `path` property to traverse record reference attributes and parent records on list entries. `path` accepts an array of tuples where the first element of each tuple is the slug or ID of a list/object, and the second element is the slug or ID of an attribute on that list/object. The first element of the first tuple must correspond to the list or object that you are querying. For example, if you wanted to sort by the name of the parent record (a company) on a list with the slug "sales", you would pass the value `[['sales', 'parent_record'], ['companies', 'name']]`. | |
| Field | Pointer to string | Which field on the value to sort by e.g. "last_name" on a name value. | [optional] |
func NewV2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1(direction string, path [][]V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1PathInnerInner, ) *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1
NewV2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1 instantiates a new V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1 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 NewV2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1WithDefaults() *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1
NewV2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1WithDefaults instantiates a new V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1 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 *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1) GetDirection() string
GetDirection returns the Direction field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1) 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 *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1) SetDirection(v string)
SetDirection sets Direction field to given value.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1) GetPath() [][]V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1PathInnerInner
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1) GetPathOk() (*[][]V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1PathInnerInner, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1) SetPath(v [][]V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1PathInnerInner)
SetPath sets Path field to given value.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1) 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 *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1) SetField(v string)
SetField sets Field field to given value.
func (o *V2ObjectsObjectRecordsQueryPostRequestSortsInnerAnyOf1) HasField() bool
HasField returns a boolean if a field has been set.