| Name | Type | Description | Notes |
|---|---|---|---|
| Target | string | Domain, subdomain, or page echoed from the request. | |
| Backlinks | Pointer to int32 | Number of backlinks pointing to the target. | [optional] |
func NewSeoBacklinksBulkBacklinkItem(target string, ) *SeoBacklinksBulkBacklinkItem
NewSeoBacklinksBulkBacklinkItem instantiates a new SeoBacklinksBulkBacklinkItem 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 NewSeoBacklinksBulkBacklinkItemWithDefaults() *SeoBacklinksBulkBacklinkItem
NewSeoBacklinksBulkBacklinkItemWithDefaults instantiates a new SeoBacklinksBulkBacklinkItem 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 *SeoBacklinksBulkBacklinkItem) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *SeoBacklinksBulkBacklinkItem) 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 *SeoBacklinksBulkBacklinkItem) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *SeoBacklinksBulkBacklinkItem) GetBacklinks() int32
GetBacklinks returns the Backlinks field if non-nil, zero value otherwise.
func (o *SeoBacklinksBulkBacklinkItem) GetBacklinksOk() (*int32, bool)
GetBacklinksOk returns a tuple with the Backlinks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksBulkBacklinkItem) SetBacklinks(v int32)
SetBacklinks sets Backlinks field to given value.
func (o *SeoBacklinksBulkBacklinkItem) HasBacklinks() bool
HasBacklinks returns a boolean if a field has been set.