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