Name | Type | Description | Notes |
---|---|---|---|
Property | FilterProperty | ||
SortDirection | ListSortDirection |
func NewSortingMethod4(property FilterProperty, sortDirection ListSortDirection, ) *SortingMethod4
NewSortingMethod4 instantiates a new SortingMethod4 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 NewSortingMethod4WithDefaults() *SortingMethod4
NewSortingMethod4WithDefaults instantiates a new SortingMethod4 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 *SortingMethod4) GetProperty() FilterProperty
GetProperty returns the Property field if non-nil, zero value otherwise.
func (o *SortingMethod4) GetPropertyOk() (*FilterProperty, bool)
GetPropertyOk returns a tuple with the Property field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SortingMethod4) SetProperty(v FilterProperty)
SetProperty sets Property field to given value.
func (o *SortingMethod4) GetSortDirection() ListSortDirection
GetSortDirection returns the SortDirection field if non-nil, zero value otherwise.
func (o *SortingMethod4) GetSortDirectionOk() (*ListSortDirection, bool)
GetSortDirectionOk returns a tuple with the SortDirection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SortingMethod4) SetSortDirection(v ListSortDirection)
SetSortDirection sets SortDirection field to given value.