Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.41 KB

File metadata and controls

77 lines (42 loc) · 2.41 KB

SeoBacklinksBulkBacklinkItem

Properties

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]

Methods

NewSeoBacklinksBulkBacklinkItem

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

NewSeoBacklinksBulkBacklinkItemWithDefaults

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

GetTarget

func (o *SeoBacklinksBulkBacklinkItem) GetTarget() string

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

GetTargetOk

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.

SetTarget

func (o *SeoBacklinksBulkBacklinkItem) SetTarget(v string)

SetTarget sets Target field to given value.

GetBacklinks

func (o *SeoBacklinksBulkBacklinkItem) GetBacklinks() int32

GetBacklinks returns the Backlinks field if non-nil, zero value otherwise.

GetBacklinksOk

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.

SetBacklinks

func (o *SeoBacklinksBulkBacklinkItem) SetBacklinks(v int32)

SetBacklinks sets Backlinks field to given value.

HasBacklinks

func (o *SeoBacklinksBulkBacklinkItem) HasBacklinks() bool

HasBacklinks returns a boolean if a field has been set.

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