| 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] |
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
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
func (o *SeoBulkTrafficRequest) GetTargets() []string
GetTargets returns the Targets field if non-nil, zero value otherwise.
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.
func (o *SeoBulkTrafficRequest) SetTargets(v []string)
SetTargets sets Targets field to given value.
func (o *SeoBulkTrafficRequest) GetLocation() SeoBulkTrafficLocation
GetLocation returns the Location field if non-nil, zero value otherwise.
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.
func (o *SeoBulkTrafficRequest) SetLocation(v SeoBulkTrafficLocation)
SetLocation sets Location field to given value.
func (o *SeoBulkTrafficRequest) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (o *SeoBulkTrafficRequest) GetLanguage() string
GetLanguage returns the Language field if non-nil, zero value otherwise.
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.
func (o *SeoBulkTrafficRequest) SetLanguage(v string)
SetLanguage sets Language field to given value.
func (o *SeoBulkTrafficRequest) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (o *SeoBulkTrafficRequest) GetView() SeoDomainMetricsView
GetView returns the View field if non-nil, zero value otherwise.
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.
func (o *SeoBulkTrafficRequest) SetView(v SeoDomainMetricsView)
SetView sets View field to given value.
func (o *SeoBulkTrafficRequest) HasView() bool
HasView returns a boolean if a field has been set.