| 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] |
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
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
func (o *SeoBacklinksCompetitorItem) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksCompetitorItem) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *SeoBacklinksCompetitorItem) GetRank() int32
GetRank returns the Rank field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksCompetitorItem) SetRank(v int32)
SetRank sets Rank field to given value.
func (o *SeoBacklinksCompetitorItem) HasRank() bool
HasRank returns a boolean if a field has been set.
func (o *SeoBacklinksCompetitorItem) GetIntersections() int32
GetIntersections returns the Intersections field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksCompetitorItem) SetIntersections(v int32)
SetIntersections sets Intersections field to given value.
func (o *SeoBacklinksCompetitorItem) HasIntersections() bool
HasIntersections returns a boolean if a field has been set.