Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 3.16 KB

File metadata and controls

103 lines (56 loc) · 3.16 KB

SeoBacklinksCompetitorItem

Properties

Name Type Description Notes
Target string Competing domain that shares part of the target's backlink profile.
Rank Pointer to int32 Backlink rank of the competing domain (0-1000 by default). [optional]
Intersections Pointer to int32 Number of referring domains the competitor shares with the target. [optional]

Methods

NewSeoBacklinksCompetitorItem

func NewSeoBacklinksCompetitorItem(target string, ) *SeoBacklinksCompetitorItem

NewSeoBacklinksCompetitorItem instantiates a new SeoBacklinksCompetitorItem 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

NewSeoBacklinksCompetitorItemWithDefaults

func NewSeoBacklinksCompetitorItemWithDefaults() *SeoBacklinksCompetitorItem

NewSeoBacklinksCompetitorItemWithDefaults instantiates a new SeoBacklinksCompetitorItem 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 *SeoBacklinksCompetitorItem) GetTarget() string

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

GetTargetOk

func (o *SeoBacklinksCompetitorItem) 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 *SeoBacklinksCompetitorItem) SetTarget(v string)

SetTarget sets Target field to given value.

GetRank

func (o *SeoBacklinksCompetitorItem) GetRank() int32

GetRank returns the Rank field if non-nil, zero value otherwise.

GetRankOk

func (o *SeoBacklinksCompetitorItem) GetRankOk() (*int32, bool)

GetRankOk returns a tuple with the Rank field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRank

func (o *SeoBacklinksCompetitorItem) SetRank(v int32)

SetRank sets Rank field to given value.

HasRank

func (o *SeoBacklinksCompetitorItem) HasRank() bool

HasRank returns a boolean if a field has been set.

GetIntersections

func (o *SeoBacklinksCompetitorItem) GetIntersections() int32

GetIntersections returns the Intersections field if non-nil, zero value otherwise.

GetIntersectionsOk

func (o *SeoBacklinksCompetitorItem) GetIntersectionsOk() (*int32, bool)

GetIntersectionsOk returns a tuple with the Intersections field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIntersections

func (o *SeoBacklinksCompetitorItem) SetIntersections(v int32)

SetIntersections sets Intersections field to given value.

HasIntersections

func (o *SeoBacklinksCompetitorItem) HasIntersections() bool

HasIntersections returns a boolean if a field has been set.

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