| 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 series. Minimum 2019-01-30; defaults to one month ago. | [optional] |
| DateTo | Pointer to string | End date (yyyy-mm-dd). Defaults to today. | [optional] |
| GroupRange | Pointer to string | Granularity used to group the series. Defaults to month. | [optional] |
| IncludeSubdomains | Pointer to bool | Include backlinks pointing to the target's subdomains. Defaults to true. | [optional] |
func NewSeoBacklinksTimeseriesNewLostRequest(target string, ) *SeoBacklinksTimeseriesNewLostRequest
NewSeoBacklinksTimeseriesNewLostRequest instantiates a new SeoBacklinksTimeseriesNewLostRequest 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 NewSeoBacklinksTimeseriesNewLostRequestWithDefaults() *SeoBacklinksTimeseriesNewLostRequest
NewSeoBacklinksTimeseriesNewLostRequestWithDefaults instantiates a new SeoBacklinksTimeseriesNewLostRequest 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 *SeoBacklinksTimeseriesNewLostRequest) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesNewLostRequest) 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 *SeoBacklinksTimeseriesNewLostRequest) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *SeoBacklinksTimeseriesNewLostRequest) GetDateFrom() string
GetDateFrom returns the DateFrom field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesNewLostRequest) 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 *SeoBacklinksTimeseriesNewLostRequest) SetDateFrom(v string)
SetDateFrom sets DateFrom field to given value.
func (o *SeoBacklinksTimeseriesNewLostRequest) HasDateFrom() bool
HasDateFrom returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesNewLostRequest) GetDateTo() string
GetDateTo returns the DateTo field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesNewLostRequest) 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 *SeoBacklinksTimeseriesNewLostRequest) SetDateTo(v string)
SetDateTo sets DateTo field to given value.
func (o *SeoBacklinksTimeseriesNewLostRequest) HasDateTo() bool
HasDateTo returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesNewLostRequest) GetGroupRange() string
GetGroupRange returns the GroupRange field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesNewLostRequest) GetGroupRangeOk() (*string, bool)
GetGroupRangeOk returns a tuple with the GroupRange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksTimeseriesNewLostRequest) SetGroupRange(v string)
SetGroupRange sets GroupRange field to given value.
func (o *SeoBacklinksTimeseriesNewLostRequest) HasGroupRange() bool
HasGroupRange returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesNewLostRequest) GetIncludeSubdomains() bool
GetIncludeSubdomains returns the IncludeSubdomains field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesNewLostRequest) GetIncludeSubdomainsOk() (*bool, bool)
GetIncludeSubdomainsOk returns a tuple with the IncludeSubdomains field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksTimeseriesNewLostRequest) SetIncludeSubdomains(v bool)
SetIncludeSubdomains sets IncludeSubdomains field to given value.
func (o *SeoBacklinksTimeseriesNewLostRequest) HasIncludeSubdomains() bool
HasIncludeSubdomains returns a boolean if a field has been set.