Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.66 KB

File metadata and controls

98 lines (53 loc) · 2.66 KB

GeoMentionMonthly

Properties

Name Type Description Notes
Year int32
Month int32
AiSearchVolume Pointer to float32 [optional]

Methods

NewGeoMentionMonthly

func NewGeoMentionMonthly(year int32, month int32, ) *GeoMentionMonthly

NewGeoMentionMonthly instantiates a new GeoMentionMonthly 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

NewGeoMentionMonthlyWithDefaults

func NewGeoMentionMonthlyWithDefaults() *GeoMentionMonthly

NewGeoMentionMonthlyWithDefaults instantiates a new GeoMentionMonthly 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

GetYear

func (o *GeoMentionMonthly) GetYear() int32

GetYear returns the Year field if non-nil, zero value otherwise.

GetYearOk

func (o *GeoMentionMonthly) GetYearOk() (*int32, bool)

GetYearOk returns a tuple with the Year field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetYear

func (o *GeoMentionMonthly) SetYear(v int32)

SetYear sets Year field to given value.

GetMonth

func (o *GeoMentionMonthly) GetMonth() int32

GetMonth returns the Month field if non-nil, zero value otherwise.

GetMonthOk

func (o *GeoMentionMonthly) GetMonthOk() (*int32, bool)

GetMonthOk returns a tuple with the Month field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMonth

func (o *GeoMentionMonthly) SetMonth(v int32)

SetMonth sets Month field to given value.

GetAiSearchVolume

func (o *GeoMentionMonthly) GetAiSearchVolume() float32

GetAiSearchVolume returns the AiSearchVolume field if non-nil, zero value otherwise.

GetAiSearchVolumeOk

func (o *GeoMentionMonthly) GetAiSearchVolumeOk() (*float32, bool)

GetAiSearchVolumeOk returns a tuple with the AiSearchVolume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAiSearchVolume

func (o *GeoMentionMonthly) SetAiSearchVolume(v float32)

SetAiSearchVolume sets AiSearchVolume field to given value.

HasAiSearchVolume

func (o *GeoMentionMonthly) HasAiSearchVolume() bool

HasAiSearchVolume returns a boolean if a field has been set.

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