| Name | Type | Description | Notes |
|---|---|---|---|
| Title | Pointer to string | [optional] | |
| Category | Pointer to string | [optional] | |
| Position | Pointer to int32 | [optional] |
func NewGeoMentionBrandEntity() *GeoMentionBrandEntity
NewGeoMentionBrandEntity instantiates a new GeoMentionBrandEntity 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 NewGeoMentionBrandEntityWithDefaults() *GeoMentionBrandEntity
NewGeoMentionBrandEntityWithDefaults instantiates a new GeoMentionBrandEntity 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 *GeoMentionBrandEntity) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *GeoMentionBrandEntity) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionBrandEntity) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *GeoMentionBrandEntity) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *GeoMentionBrandEntity) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *GeoMentionBrandEntity) 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 *GeoMentionBrandEntity) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *GeoMentionBrandEntity) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *GeoMentionBrandEntity) GetPosition() int32
GetPosition returns the Position field if non-nil, zero value otherwise.
func (o *GeoMentionBrandEntity) GetPositionOk() (*int32, bool)
GetPositionOk returns a tuple with the Position field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionBrandEntity) SetPosition(v int32)
SetPosition sets Position field to given value.
func (o *GeoMentionBrandEntity) HasPosition() bool
HasPosition returns a boolean if a field has been set.