Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 3.75 KB

File metadata and controls

129 lines (70 loc) · 3.75 KB

SeoBulkTrafficRequest

Properties

Name Type Description Notes
Targets []string Domains to estimate traffic for (1-1000).
Location Pointer to SeoBulkTrafficLocation [optional]
Language Pointer to string Search language as an ISO code or full language name. Defaults to en. [optional]
View Pointer to SeoDomainMetricsView [optional]

Methods

NewSeoBulkTrafficRequest

func NewSeoBulkTrafficRequest(targets []string, ) *SeoBulkTrafficRequest

NewSeoBulkTrafficRequest instantiates a new SeoBulkTrafficRequest 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

NewSeoBulkTrafficRequestWithDefaults

func NewSeoBulkTrafficRequestWithDefaults() *SeoBulkTrafficRequest

NewSeoBulkTrafficRequestWithDefaults instantiates a new SeoBulkTrafficRequest 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

GetTargets

func (o *SeoBulkTrafficRequest) GetTargets() []string

GetTargets returns the Targets field if non-nil, zero value otherwise.

GetTargetsOk

func (o *SeoBulkTrafficRequest) GetTargetsOk() (*[]string, bool)

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

SetTargets

func (o *SeoBulkTrafficRequest) SetTargets(v []string)

SetTargets sets Targets field to given value.

GetLocation

func (o *SeoBulkTrafficRequest) GetLocation() SeoBulkTrafficLocation

GetLocation returns the Location field if non-nil, zero value otherwise.

GetLocationOk

func (o *SeoBulkTrafficRequest) GetLocationOk() (*SeoBulkTrafficLocation, bool)

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

SetLocation

func (o *SeoBulkTrafficRequest) SetLocation(v SeoBulkTrafficLocation)

SetLocation sets Location field to given value.

HasLocation

func (o *SeoBulkTrafficRequest) HasLocation() bool

HasLocation returns a boolean if a field has been set.

GetLanguage

func (o *SeoBulkTrafficRequest) GetLanguage() string

GetLanguage returns the Language field if non-nil, zero value otherwise.

GetLanguageOk

func (o *SeoBulkTrafficRequest) GetLanguageOk() (*string, bool)

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

SetLanguage

func (o *SeoBulkTrafficRequest) SetLanguage(v string)

SetLanguage sets Language field to given value.

HasLanguage

func (o *SeoBulkTrafficRequest) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

GetView

func (o *SeoBulkTrafficRequest) GetView() SeoDomainMetricsView

GetView returns the View field if non-nil, zero value otherwise.

GetViewOk

func (o *SeoBulkTrafficRequest) GetViewOk() (*SeoDomainMetricsView, bool)

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

SetView

func (o *SeoBulkTrafficRequest) SetView(v SeoDomainMetricsView)

SetView sets View field to given value.

HasView

func (o *SeoBulkTrafficRequest) HasView() bool

HasView returns a boolean if a field has been set.

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