Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.25 KB

File metadata and controls

72 lines (39 loc) · 2.25 KB

SeoKeywordHistoryItem

Properties

Name Type Description Notes
Keyword string Keyword phrase.
History []SeoKeywordHistoryPoint Historical search-volume and Google Ads metrics, newest first.

Methods

NewSeoKeywordHistoryItem

func NewSeoKeywordHistoryItem(keyword string, history []SeoKeywordHistoryPoint, ) *SeoKeywordHistoryItem

NewSeoKeywordHistoryItem instantiates a new SeoKeywordHistoryItem 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

NewSeoKeywordHistoryItemWithDefaults

func NewSeoKeywordHistoryItemWithDefaults() *SeoKeywordHistoryItem

NewSeoKeywordHistoryItemWithDefaults instantiates a new SeoKeywordHistoryItem 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

GetKeyword

func (o *SeoKeywordHistoryItem) GetKeyword() string

GetKeyword returns the Keyword field if non-nil, zero value otherwise.

GetKeywordOk

func (o *SeoKeywordHistoryItem) GetKeywordOk() (*string, bool)

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

SetKeyword

func (o *SeoKeywordHistoryItem) SetKeyword(v string)

SetKeyword sets Keyword field to given value.

GetHistory

func (o *SeoKeywordHistoryItem) GetHistory() []SeoKeywordHistoryPoint

GetHistory returns the History field if non-nil, zero value otherwise.

GetHistoryOk

func (o *SeoKeywordHistoryItem) GetHistoryOk() (*[]SeoKeywordHistoryPoint, bool)

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

SetHistory

func (o *SeoKeywordHistoryItem) SetHistory(v []SeoKeywordHistoryPoint)

SetHistory sets History field to given value.

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