Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.37 KB

File metadata and controls

114 lines (61 loc) · 3.37 KB

SeoBulkTrafficResponse

Properties

Name Type Description Notes
Location string
Language string
View SeoDomainMetricsView
Results []SeoBulkTrafficItem Estimated traffic per requested domain. Each domain is one billable record.

Methods

NewSeoBulkTrafficResponse

func NewSeoBulkTrafficResponse(location string, language string, view SeoDomainMetricsView, results []SeoBulkTrafficItem, ) *SeoBulkTrafficResponse

NewSeoBulkTrafficResponse instantiates a new SeoBulkTrafficResponse 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

NewSeoBulkTrafficResponseWithDefaults

func NewSeoBulkTrafficResponseWithDefaults() *SeoBulkTrafficResponse

NewSeoBulkTrafficResponseWithDefaults instantiates a new SeoBulkTrafficResponse 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

GetLocation

func (o *SeoBulkTrafficResponse) GetLocation() string

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

GetLocationOk

func (o *SeoBulkTrafficResponse) GetLocationOk() (*string, 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 *SeoBulkTrafficResponse) SetLocation(v string)

SetLocation sets Location field to given value.

GetLanguage

func (o *SeoBulkTrafficResponse) GetLanguage() string

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

GetLanguageOk

func (o *SeoBulkTrafficResponse) 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 *SeoBulkTrafficResponse) SetLanguage(v string)

SetLanguage sets Language field to given value.

GetView

func (o *SeoBulkTrafficResponse) GetView() SeoDomainMetricsView

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

GetViewOk

func (o *SeoBulkTrafficResponse) 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 *SeoBulkTrafficResponse) SetView(v SeoDomainMetricsView)

SetView sets View field to given value.

GetResults

func (o *SeoBulkTrafficResponse) GetResults() []SeoBulkTrafficItem

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *SeoBulkTrafficResponse) GetResultsOk() (*[]SeoBulkTrafficItem, bool)

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

SetResults

func (o *SeoBulkTrafficResponse) SetResults(v []SeoBulkTrafficItem)

SetResults sets Results field to given value.

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