| 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] |
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
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
func (o *SeoSubdomainsRequest) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
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.
func (o *SeoSubdomainsRequest) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *SeoSubdomainsRequest) GetLocation() SeoSubdomainsLocation
GetLocation returns the Location field if non-nil, zero value otherwise.
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.
func (o *SeoSubdomainsRequest) SetLocation(v SeoSubdomainsLocation)
SetLocation sets Location field to given value.
func (o *SeoSubdomainsRequest) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (o *SeoSubdomainsRequest) GetLanguage() string
GetLanguage returns the Language field if non-nil, zero value otherwise.
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.
func (o *SeoSubdomainsRequest) SetLanguage(v string)
SetLanguage sets Language field to given value.
func (o *SeoSubdomainsRequest) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (o *SeoSubdomainsRequest) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
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.
func (o *SeoSubdomainsRequest) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *SeoSubdomainsRequest) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *SeoSubdomainsRequest) GetOffset() int32
GetOffset returns the Offset field if non-nil, zero value otherwise.
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.
func (o *SeoSubdomainsRequest) SetOffset(v int32)
SetOffset sets Offset field to given value.
func (o *SeoSubdomainsRequest) HasOffset() bool
HasOffset returns a boolean if a field has been set.
func (o *SeoSubdomainsRequest) GetView() SeoDomainMetricsView
GetView returns the View field if non-nil, zero value otherwise.
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.
func (o *SeoSubdomainsRequest) SetView(v SeoDomainMetricsView)
SetView sets View field to given value.
func (o *SeoSubdomainsRequest) HasView() bool
HasView returns a boolean if a field has been set.