Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.78 KB

File metadata and controls

134 lines (73 loc) · 3.78 KB

FinderSearchPostsV2Request

Properties

Name Type Description Notes
Category Pointer to string [optional]
City Pointer to string [optional]
Districts Pointer to []string [optional]
Query Pointer to FinderSearchQuery [optional]

Methods

NewFinderSearchPostsV2Request

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

NewFinderSearchPostsV2RequestWithDefaults

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

GetCategory

func (o *FinderSearchPostsV2Request) GetCategory() string

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

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.

SetCategory

func (o *FinderSearchPostsV2Request) SetCategory(v string)

SetCategory sets Category field to given value.

HasCategory

func (o *FinderSearchPostsV2Request) HasCategory() bool

HasCategory returns a boolean if a field has been set.

GetCity

func (o *FinderSearchPostsV2Request) GetCity() string

GetCity returns the City field if non-nil, zero value otherwise.

GetCityOk

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.

SetCity

func (o *FinderSearchPostsV2Request) SetCity(v string)

SetCity sets City field to given value.

HasCity

func (o *FinderSearchPostsV2Request) HasCity() bool

HasCity returns a boolean if a field has been set.

GetDistricts

func (o *FinderSearchPostsV2Request) GetDistricts() []string

GetDistricts returns the Districts field if non-nil, zero value otherwise.

GetDistrictsOk

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.

SetDistricts

func (o *FinderSearchPostsV2Request) SetDistricts(v []string)

SetDistricts sets Districts field to given value.

HasDistricts

func (o *FinderSearchPostsV2Request) HasDistricts() bool

HasDistricts returns a boolean if a field has been set.

GetQuery

func (o *FinderSearchPostsV2Request) GetQuery() FinderSearchQuery

GetQuery returns the Query field if non-nil, zero value otherwise.

GetQueryOk

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.

SetQuery

func (o *FinderSearchPostsV2Request) SetQuery(v FinderSearchQuery)

SetQuery sets Query field to given value.

HasQuery

func (o *FinderSearchPostsV2Request) HasQuery() bool

HasQuery returns a boolean if a field has been set.

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