Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.66 KB

SearchEndEntitiesSortRestRequest.md

File metadata and controls

82 lines (45 loc) · 2.66 KB

SearchEndEntitiesSortRestRequest

Properties

Name Type Description Notes
Property Pointer to string Sorted by [optional]
Operation Pointer to string Sort ascending or descending. 'ASC' for ascending, 'DESC' for descending. [optional]

Methods

NewSearchEndEntitiesSortRestRequest

func NewSearchEndEntitiesSortRestRequest() *SearchEndEntitiesSortRestRequest

NewSearchEndEntitiesSortRestRequest instantiates a new SearchEndEntitiesSortRestRequest 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

NewSearchEndEntitiesSortRestRequestWithDefaults

func NewSearchEndEntitiesSortRestRequestWithDefaults() *SearchEndEntitiesSortRestRequest

NewSearchEndEntitiesSortRestRequestWithDefaults instantiates a new SearchEndEntitiesSortRestRequest 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

GetProperty

func (o *SearchEndEntitiesSortRestRequest) GetProperty() string

GetProperty returns the Property field if non-nil, zero value otherwise.

GetPropertyOk

func (o *SearchEndEntitiesSortRestRequest) GetPropertyOk() (*string, 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.

SetProperty

func (o *SearchEndEntitiesSortRestRequest) SetProperty(v string)

SetProperty sets Property field to given value.

HasProperty

func (o *SearchEndEntitiesSortRestRequest) HasProperty() bool

HasProperty returns a boolean if a field has been set.

GetOperation

func (o *SearchEndEntitiesSortRestRequest) GetOperation() string

GetOperation returns the Operation field if non-nil, zero value otherwise.

GetOperationOk

func (o *SearchEndEntitiesSortRestRequest) GetOperationOk() (*string, bool)

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

SetOperation

func (o *SearchEndEntitiesSortRestRequest) SetOperation(v string)

SetOperation sets Operation field to given value.

HasOperation

func (o *SearchEndEntitiesSortRestRequest) HasOperation() bool

HasOperation returns a boolean if a field has been set.

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