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] |
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
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
func (o *SearchEndEntitiesSortRestRequest) GetProperty() string
GetProperty returns the Property field if non-nil, zero value otherwise.
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.
func (o *SearchEndEntitiesSortRestRequest) SetProperty(v string)
SetProperty sets Property field to given value.
func (o *SearchEndEntitiesSortRestRequest) HasProperty() bool
HasProperty returns a boolean if a field has been set.
func (o *SearchEndEntitiesSortRestRequest) GetOperation() string
GetOperation returns the Operation field if non-nil, zero value otherwise.
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.
func (o *SearchEndEntitiesSortRestRequest) SetOperation(v string)
SetOperation sets Operation field to given value.
func (o *SearchEndEntitiesSortRestRequest) HasOperation() bool
HasOperation returns a boolean if a field has been set.