# SearchResponseSorting
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Key** | Pointer to **NullableString** | | [optional]
**Direction** | Pointer to **NullableString** | | [optional]
## Methods
### NewSearchResponseSorting
`func NewSearchResponseSorting() *SearchResponseSorting`
NewSearchResponseSorting instantiates a new SearchResponseSorting 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
### NewSearchResponseSortingWithDefaults
`func NewSearchResponseSortingWithDefaults() *SearchResponseSorting`
NewSearchResponseSortingWithDefaults instantiates a new SearchResponseSorting 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
### GetKey
`func (o *SearchResponseSorting) GetKey() string`
GetKey returns the Key field if non-nil, zero value otherwise.
### GetKeyOk
`func (o *SearchResponseSorting) GetKeyOk() (*string, bool)`
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetKey
`func (o *SearchResponseSorting) SetKey(v string)`
SetKey sets Key field to given value.
### HasKey
`func (o *SearchResponseSorting) HasKey() bool`
HasKey returns a boolean if a field has been set.
### SetKeyNil
`func (o *SearchResponseSorting) SetKeyNil(b bool)`
SetKeyNil sets the value for Key to be an explicit nil
### UnsetKey
`func (o *SearchResponseSorting) UnsetKey()`
UnsetKey ensures that no value is present for Key, not even an explicit nil
### GetDirection
`func (o *SearchResponseSorting) GetDirection() string`
GetDirection returns the Direction field if non-nil, zero value otherwise.
### GetDirectionOk
`func (o *SearchResponseSorting) 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 *SearchResponseSorting) SetDirection(v string)`
SetDirection sets Direction field to given value.
### HasDirection
`func (o *SearchResponseSorting) HasDirection() bool`
HasDirection returns a boolean if a field has been set.
### SetDirectionNil
`func (o *SearchResponseSorting) SetDirectionNil(b bool)`
SetDirectionNil sets the value for Direction to be an explicit nil
### UnsetDirection
`func (o *SearchResponseSorting) UnsetDirection()`
UnsetDirection ensures that no value is present for Direction, not even an explicit nil
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)