| 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. |
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
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
func (o *SeoBacklinksReferringNetworksResponse) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksReferringNetworksResponse) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *SeoBacklinksReferringNetworksResponse) GetView() SeoBacklinksView
GetView returns the View field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksReferringNetworksResponse) SetView(v SeoBacklinksView)
SetView sets View field to given value.
func (o *SeoBacklinksReferringNetworksResponse) GetTotalCount() int32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksReferringNetworksResponse) SetTotalCount(v int32)
SetTotalCount sets TotalCount field to given value.
func (o *SeoBacklinksReferringNetworksResponse) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworksResponse) GetResults() []SeoBacklinksReferringNetworkItem
GetResults returns the Results field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksReferringNetworksResponse) SetResults(v []SeoBacklinksReferringNetworkItem)
SetResults sets Results field to given value.