Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 4.04 KB

File metadata and controls

119 lines (64 loc) · 4.04 KB

SeoBacklinksReferringNetworksResponse

Properties

Name Type Description Notes
Target string Target echoed from the request.
View SeoBacklinksView
TotalCount Pointer to int32 Total number of referring networks available in DataForSEO's database. [optional]
Results []SeoBacklinksReferringNetworkItem Referring IP networks pointing to the target, with backlink counters. Each network is one billable record.

Methods

NewSeoBacklinksReferringNetworksResponse

func NewSeoBacklinksReferringNetworksResponse(target string, view SeoBacklinksView, results []SeoBacklinksReferringNetworkItem, ) *SeoBacklinksReferringNetworksResponse

NewSeoBacklinksReferringNetworksResponse instantiates a new SeoBacklinksReferringNetworksResponse 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

NewSeoBacklinksReferringNetworksResponseWithDefaults

func NewSeoBacklinksReferringNetworksResponseWithDefaults() *SeoBacklinksReferringNetworksResponse

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

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

GetTargetOk

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

SetTarget sets Target field to given value.

GetView

func (o *SeoBacklinksReferringNetworksResponse) GetView() SeoBacklinksView

GetView returns the View field if non-nil, zero value otherwise.

GetViewOk

func (o *SeoBacklinksReferringNetworksResponse) GetViewOk() (*SeoBacklinksView, bool)

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

SetView

func (o *SeoBacklinksReferringNetworksResponse) SetView(v SeoBacklinksView)

SetView sets View field to given value.

GetTotalCount

func (o *SeoBacklinksReferringNetworksResponse) GetTotalCount() int32

GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.

GetTotalCountOk

func (o *SeoBacklinksReferringNetworksResponse) GetTotalCountOk() (*int32, bool)

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

SetTotalCount

func (o *SeoBacklinksReferringNetworksResponse) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

HasTotalCount

func (o *SeoBacklinksReferringNetworksResponse) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

GetResults

func (o *SeoBacklinksReferringNetworksResponse) GetResults() []SeoBacklinksReferringNetworkItem

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *SeoBacklinksReferringNetworksResponse) GetResultsOk() (*[]SeoBacklinksReferringNetworkItem, bool)

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

SetResults

func (o *SeoBacklinksReferringNetworksResponse) SetResults(v []SeoBacklinksReferringNetworkItem)

SetResults sets Results field to given value.

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