Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 4.06 KB

File metadata and controls

119 lines (64 loc) · 4.06 KB

SeoBacklinksDomainPagesSummaryResponse

Properties

Name Type Description Notes
Target string Target echoed from the request.
View SeoBacklinksView
TotalCount Pointer to int32 Total number of pages available in DataForSEO's database. [optional]
Results []SeoBacklinksDomainPageSummaryItem Per-page backlink summaries for the target, with backlink counters. Each page is one billable record.

Methods

NewSeoBacklinksDomainPagesSummaryResponse

func NewSeoBacklinksDomainPagesSummaryResponse(target string, view SeoBacklinksView, results []SeoBacklinksDomainPageSummaryItem, ) *SeoBacklinksDomainPagesSummaryResponse

NewSeoBacklinksDomainPagesSummaryResponse instantiates a new SeoBacklinksDomainPagesSummaryResponse 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

NewSeoBacklinksDomainPagesSummaryResponseWithDefaults

func NewSeoBacklinksDomainPagesSummaryResponseWithDefaults() *SeoBacklinksDomainPagesSummaryResponse

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

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

GetTargetOk

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

SetTarget sets Target field to given value.

GetView

func (o *SeoBacklinksDomainPagesSummaryResponse) GetView() SeoBacklinksView

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

GetViewOk

func (o *SeoBacklinksDomainPagesSummaryResponse) 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 *SeoBacklinksDomainPagesSummaryResponse) SetView(v SeoBacklinksView)

SetView sets View field to given value.

GetTotalCount

func (o *SeoBacklinksDomainPagesSummaryResponse) GetTotalCount() int32

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

GetTotalCountOk

func (o *SeoBacklinksDomainPagesSummaryResponse) 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 *SeoBacklinksDomainPagesSummaryResponse) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

HasTotalCount

func (o *SeoBacklinksDomainPagesSummaryResponse) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

GetResults

func (o *SeoBacklinksDomainPagesSummaryResponse) GetResults() []SeoBacklinksDomainPageSummaryItem

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

GetResultsOk

func (o *SeoBacklinksDomainPagesSummaryResponse) GetResultsOk() (*[]SeoBacklinksDomainPageSummaryItem, 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 *SeoBacklinksDomainPagesSummaryResponse) SetResults(v []SeoBacklinksDomainPageSummaryItem)

SetResults sets Results field to given value.

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