# SearchResponseSortingOptionsInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | Pointer to **string** | | [optional]
**Sort** | Pointer to **string** | | [optional]
**Key** | Pointer to **string** | | [optional]
## Methods
### NewSearchResponseSortingOptionsInner
`func NewSearchResponseSortingOptionsInner() *SearchResponseSortingOptionsInner`
NewSearchResponseSortingOptionsInner instantiates a new SearchResponseSortingOptionsInner 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
### NewSearchResponseSortingOptionsInnerWithDefaults
`func NewSearchResponseSortingOptionsInnerWithDefaults() *SearchResponseSortingOptionsInner`
NewSearchResponseSortingOptionsInnerWithDefaults instantiates a new SearchResponseSortingOptionsInner 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
### GetName
`func (o *SearchResponseSortingOptionsInner) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *SearchResponseSortingOptionsInner) GetNameOk() (*string, bool)`
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetName
`func (o *SearchResponseSortingOptionsInner) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *SearchResponseSortingOptionsInner) HasName() bool`
HasName returns a boolean if a field has been set.
### GetSort
`func (o *SearchResponseSortingOptionsInner) GetSort() string`
GetSort returns the Sort field if non-nil, zero value otherwise.
### GetSortOk
`func (o *SearchResponseSortingOptionsInner) GetSortOk() (*string, bool)`
GetSortOk returns a tuple with the Sort field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSort
`func (o *SearchResponseSortingOptionsInner) SetSort(v string)`
SetSort sets Sort field to given value.
### HasSort
`func (o *SearchResponseSortingOptionsInner) HasSort() bool`
HasSort returns a boolean if a field has been set.
### GetKey
`func (o *SearchResponseSortingOptionsInner) GetKey() string`
GetKey returns the Key field if non-nil, zero value otherwise.
### GetKeyOk
`func (o *SearchResponseSortingOptionsInner) 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 *SearchResponseSortingOptionsInner) SetKey(v string)`
SetKey sets Key field to given value.
### HasKey
`func (o *SearchResponseSortingOptionsInner) HasKey() bool`
HasKey returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)