| Name | Type | Description | Notes |
|---|---|---|---|
| Category | Pointer to string | [optional] | |
| City | Pointer to string | [optional] | |
| Districts | Pointer to []string | [optional] | |
| Query | Pointer to FinderSearchQuery | [optional] |
func NewFinderSearchPostsV2Request() *FinderSearchPostsV2Request
NewFinderSearchPostsV2Request instantiates a new FinderSearchPostsV2Request 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 NewFinderSearchPostsV2RequestWithDefaults() *FinderSearchPostsV2Request
NewFinderSearchPostsV2RequestWithDefaults instantiates a new FinderSearchPostsV2Request 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 *FinderSearchPostsV2Request) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *FinderSearchPostsV2Request) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FinderSearchPostsV2Request) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *FinderSearchPostsV2Request) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *FinderSearchPostsV2Request) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *FinderSearchPostsV2Request) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FinderSearchPostsV2Request) SetCity(v string)
SetCity sets City field to given value.
func (o *FinderSearchPostsV2Request) HasCity() bool
HasCity returns a boolean if a field has been set.
func (o *FinderSearchPostsV2Request) GetDistricts() []string
GetDistricts returns the Districts field if non-nil, zero value otherwise.
func (o *FinderSearchPostsV2Request) GetDistrictsOk() (*[]string, bool)
GetDistrictsOk returns a tuple with the Districts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FinderSearchPostsV2Request) SetDistricts(v []string)
SetDistricts sets Districts field to given value.
func (o *FinderSearchPostsV2Request) HasDistricts() bool
HasDistricts returns a boolean if a field has been set.
func (o *FinderSearchPostsV2Request) GetQuery() FinderSearchQuery
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *FinderSearchPostsV2Request) GetQueryOk() (*FinderSearchQuery, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FinderSearchPostsV2Request) SetQuery(v FinderSearchQuery)
SetQuery sets Query field to given value.
func (o *FinderSearchPostsV2Request) HasQuery() bool
HasQuery returns a boolean if a field has been set.