Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.96 KB

File metadata and controls

108 lines (59 loc) · 2.96 KB

GeoMentionBrandEntity

Properties

Name Type Description Notes
Title Pointer to string [optional]
Category Pointer to string [optional]
Position Pointer to int32 [optional]

Methods

NewGeoMentionBrandEntity

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

NewGeoMentionBrandEntityWithDefaults

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

GetTitle

func (o *GeoMentionBrandEntity) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *GeoMentionBrandEntity) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *GeoMentionBrandEntity) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetCategory

func (o *GeoMentionBrandEntity) GetCategory() string

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

GetCategoryOk

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.

SetCategory

func (o *GeoMentionBrandEntity) SetCategory(v string)

SetCategory sets Category field to given value.

HasCategory

func (o *GeoMentionBrandEntity) HasCategory() bool

HasCategory returns a boolean if a field has been set.

GetPosition

func (o *GeoMentionBrandEntity) GetPosition() int32

GetPosition returns the Position field if non-nil, zero value otherwise.

GetPositionOk

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.

SetPosition

func (o *GeoMentionBrandEntity) SetPosition(v int32)

SetPosition sets Position field to given value.

HasPosition

func (o *GeoMentionBrandEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

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