| Name | Type | Description | Notes |
|---|---|---|---|
| Keyword | string | Keyword phrase. | |
| History | []SeoKeywordHistoryPoint | Historical search-volume and Google Ads metrics, newest first. |
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
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
func (o *SeoKeywordHistoryItem) GetKeyword() string
GetKeyword returns the Keyword field if non-nil, zero value otherwise.
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.
func (o *SeoKeywordHistoryItem) SetKeyword(v string)
SetKeyword sets Keyword field to given value.
func (o *SeoKeywordHistoryItem) GetHistory() []SeoKeywordHistoryPoint
GetHistory returns the History field if non-nil, zero value otherwise.
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.
func (o *SeoKeywordHistoryItem) SetHistory(v []SeoKeywordHistoryPoint)
SetHistory sets History field to given value.