Skip to content

Latest commit

 

History

History
181 lines (98 loc) · 5.09 KB

File metadata and controls

181 lines (98 loc) · 5.09 KB

SeoSubdomainsRequest

Properties

Name Type Description Notes
Target string Target domain, such as example.com or https://example.com. Specified without www.
Location Pointer to SeoSubdomainsLocation [optional]
Language Pointer to string Search language as an ISO code or full language name. Defaults to en. [optional]
Limit Pointer to int32 Maximum number of subdomains to return. Defaults to 100. [optional]
Offset Pointer to int32 Number of subdomains to skip from the start of the results. [optional]
View Pointer to SeoDomainMetricsView [optional]

Methods

NewSeoSubdomainsRequest

func NewSeoSubdomainsRequest(target string, ) *SeoSubdomainsRequest

NewSeoSubdomainsRequest instantiates a new SeoSubdomainsRequest 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

NewSeoSubdomainsRequestWithDefaults

func NewSeoSubdomainsRequestWithDefaults() *SeoSubdomainsRequest

NewSeoSubdomainsRequestWithDefaults instantiates a new SeoSubdomainsRequest 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

GetTarget

func (o *SeoSubdomainsRequest) GetTarget() string

GetTarget returns the Target field if non-nil, zero value otherwise.

GetTargetOk

func (o *SeoSubdomainsRequest) GetTargetOk() (*string, bool)

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

SetTarget

func (o *SeoSubdomainsRequest) SetTarget(v string)

SetTarget sets Target field to given value.

GetLocation

func (o *SeoSubdomainsRequest) GetLocation() SeoSubdomainsLocation

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

GetLocationOk

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

SetLocation sets Location field to given value.

HasLocation

func (o *SeoSubdomainsRequest) HasLocation() bool

HasLocation returns a boolean if a field has been set.

GetLanguage

func (o *SeoSubdomainsRequest) GetLanguage() string

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

GetLanguageOk

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

SetLanguage sets Language field to given value.

HasLanguage

func (o *SeoSubdomainsRequest) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

GetLimit

func (o *SeoSubdomainsRequest) GetLimit() int32

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

func (o *SeoSubdomainsRequest) GetLimitOk() (*int32, bool)

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

SetLimit

func (o *SeoSubdomainsRequest) SetLimit(v int32)

SetLimit sets Limit field to given value.

HasLimit

func (o *SeoSubdomainsRequest) HasLimit() bool

HasLimit returns a boolean if a field has been set.

GetOffset

func (o *SeoSubdomainsRequest) GetOffset() int32

GetOffset returns the Offset field if non-nil, zero value otherwise.

GetOffsetOk

func (o *SeoSubdomainsRequest) GetOffsetOk() (*int32, bool)

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

SetOffset

func (o *SeoSubdomainsRequest) SetOffset(v int32)

SetOffset sets Offset field to given value.

HasOffset

func (o *SeoSubdomainsRequest) HasOffset() bool

HasOffset returns a boolean if a field has been set.

GetView

func (o *SeoSubdomainsRequest) GetView() SeoDomainMetricsView

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

GetViewOk

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

SetView sets View field to given value.

HasView

func (o *SeoSubdomainsRequest) HasView() bool

HasView returns a boolean if a field has been set.

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