Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.05 KB

OrderBy.md

File metadata and controls

82 lines (45 loc) · 2.05 KB

OrderBy

Properties

Name Type Description Notes
Field Pointer to string [optional]
Direction Pointer to string [optional]

Methods

NewOrderBy

func NewOrderBy() *OrderBy

NewOrderBy instantiates a new OrderBy 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

NewOrderByWithDefaults

func NewOrderByWithDefaults() *OrderBy

NewOrderByWithDefaults instantiates a new OrderBy 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

GetField

func (o *OrderBy) GetField() string

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

GetFieldOk

func (o *OrderBy) 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 *OrderBy) SetField(v string)

SetField sets Field field to given value.

HasField

func (o *OrderBy) HasField() bool

HasField returns a boolean if a field has been set.

GetDirection

func (o *OrderBy) GetDirection() string

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

GetDirectionOk

func (o *OrderBy) 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 *OrderBy) SetDirection(v string)

SetDirection sets Direction field to given value.

HasDirection

func (o *OrderBy) HasDirection() bool

HasDirection returns a boolean if a field has been set.

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