| Name | Type | Description | Notes |
|---|---|---|---|
| Target | string | Domain, subdomain, or page to analyze. A domain or subdomain is specified without https:// and www. (example.com); a page is specified as an absolute URL (https://example.com/blog/). | |
| DateFrom | Pointer to string | Start date (yyyy-mm-dd) for the history. Minimum 2019-01-30; defaults to one year ago. | [optional] |
| DateTo | Pointer to string | End date (yyyy-mm-dd). Defaults to today. | [optional] |
| RankScale | Pointer to SeoBacklinksRankScale | [optional] | |
| View | Pointer to SeoBacklinksView | [optional] |
func NewSeoBacklinksHistoryRequest(target string, ) *SeoBacklinksHistoryRequest
NewSeoBacklinksHistoryRequest instantiates a new SeoBacklinksHistoryRequest 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 NewSeoBacklinksHistoryRequestWithDefaults() *SeoBacklinksHistoryRequest
NewSeoBacklinksHistoryRequestWithDefaults instantiates a new SeoBacklinksHistoryRequest 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 *SeoBacklinksHistoryRequest) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *SeoBacklinksHistoryRequest) 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 *SeoBacklinksHistoryRequest) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *SeoBacklinksHistoryRequest) GetDateFrom() string
GetDateFrom returns the DateFrom field if non-nil, zero value otherwise.
func (o *SeoBacklinksHistoryRequest) GetDateFromOk() (*string, bool)
GetDateFromOk returns a tuple with the DateFrom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksHistoryRequest) SetDateFrom(v string)
SetDateFrom sets DateFrom field to given value.
func (o *SeoBacklinksHistoryRequest) HasDateFrom() bool
HasDateFrom returns a boolean if a field has been set.
func (o *SeoBacklinksHistoryRequest) GetDateTo() string
GetDateTo returns the DateTo field if non-nil, zero value otherwise.
func (o *SeoBacklinksHistoryRequest) GetDateToOk() (*string, bool)
GetDateToOk returns a tuple with the DateTo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksHistoryRequest) SetDateTo(v string)
SetDateTo sets DateTo field to given value.
func (o *SeoBacklinksHistoryRequest) HasDateTo() bool
HasDateTo returns a boolean if a field has been set.
func (o *SeoBacklinksHistoryRequest) GetRankScale() SeoBacklinksRankScale
GetRankScale returns the RankScale field if non-nil, zero value otherwise.
func (o *SeoBacklinksHistoryRequest) GetRankScaleOk() (*SeoBacklinksRankScale, bool)
GetRankScaleOk returns a tuple with the RankScale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksHistoryRequest) SetRankScale(v SeoBacklinksRankScale)
SetRankScale sets RankScale field to given value.
func (o *SeoBacklinksHistoryRequest) HasRankScale() bool
HasRankScale returns a boolean if a field has been set.
func (o *SeoBacklinksHistoryRequest) GetView() SeoBacklinksView
GetView returns the View field if non-nil, zero value otherwise.
func (o *SeoBacklinksHistoryRequest) GetViewOk() (*SeoBacklinksView, 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 *SeoBacklinksHistoryRequest) SetView(v SeoBacklinksView)
SetView sets View field to given value.
func (o *SeoBacklinksHistoryRequest) HasView() bool
HasView returns a boolean if a field has been set.