| Name | Type | Description | Notes |
|---|---|---|---|
| View | SeoBacklinksView | ||
| Results | []SeoBacklinksBulkPageSummaryItem | Backlink summary for each requested page, domain, or subdomain. Each target is one billable record. |
func NewSeoBacklinksBulkPagesSummaryResponse(view SeoBacklinksView, results []SeoBacklinksBulkPageSummaryItem, ) *SeoBacklinksBulkPagesSummaryResponse
NewSeoBacklinksBulkPagesSummaryResponse instantiates a new SeoBacklinksBulkPagesSummaryResponse 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 NewSeoBacklinksBulkPagesSummaryResponseWithDefaults() *SeoBacklinksBulkPagesSummaryResponse
NewSeoBacklinksBulkPagesSummaryResponseWithDefaults instantiates a new SeoBacklinksBulkPagesSummaryResponse 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 *SeoBacklinksBulkPagesSummaryResponse) GetView() SeoBacklinksView
GetView returns the View field if non-nil, zero value otherwise.
func (o *SeoBacklinksBulkPagesSummaryResponse) 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 *SeoBacklinksBulkPagesSummaryResponse) SetView(v SeoBacklinksView)
SetView sets View field to given value.
func (o *SeoBacklinksBulkPagesSummaryResponse) GetResults() []SeoBacklinksBulkPageSummaryItem
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *SeoBacklinksBulkPagesSummaryResponse) GetResultsOk() (*[]SeoBacklinksBulkPageSummaryItem, 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 *SeoBacklinksBulkPagesSummaryResponse) SetResults(v []SeoBacklinksBulkPageSummaryItem)
SetResults sets Results field to given value.