Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.84 KB

File metadata and controls

98 lines (53 loc) · 2.84 KB

SeoKeywordMonthlySearch

Properties

Name Type Description Notes
Year int32 Calendar year of the data point.
Month int32 Month number, 1-12.
SearchVolume Pointer to int32 Average Google search volume for that month. [optional]

Methods

NewSeoKeywordMonthlySearch

func NewSeoKeywordMonthlySearch(year int32, month int32, ) *SeoKeywordMonthlySearch

NewSeoKeywordMonthlySearch instantiates a new SeoKeywordMonthlySearch 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

NewSeoKeywordMonthlySearchWithDefaults

func NewSeoKeywordMonthlySearchWithDefaults() *SeoKeywordMonthlySearch

NewSeoKeywordMonthlySearchWithDefaults instantiates a new SeoKeywordMonthlySearch 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 *SeoKeywordMonthlySearch) GetYear() int32

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

GetYearOk

func (o *SeoKeywordMonthlySearch) 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 *SeoKeywordMonthlySearch) SetYear(v int32)

SetYear sets Year field to given value.

GetMonth

func (o *SeoKeywordMonthlySearch) GetMonth() int32

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

GetMonthOk

func (o *SeoKeywordMonthlySearch) 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 *SeoKeywordMonthlySearch) SetMonth(v int32)

SetMonth sets Month field to given value.

GetSearchVolume

func (o *SeoKeywordMonthlySearch) GetSearchVolume() int32

GetSearchVolume returns the SearchVolume field if non-nil, zero value otherwise.

GetSearchVolumeOk

func (o *SeoKeywordMonthlySearch) GetSearchVolumeOk() (*int32, bool)

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

SetSearchVolume

func (o *SeoKeywordMonthlySearch) SetSearchVolume(v int32)

SetSearchVolume sets SearchVolume field to given value.

HasSearchVolume

func (o *SeoKeywordMonthlySearch) HasSearchVolume() bool

HasSearchVolume returns a boolean if a field has been set.

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