Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.6 KB

File metadata and controls

72 lines (39 loc) · 2.6 KB

SeoBacklinksBulkPagesSummaryResponse

Properties

Name Type Description Notes
View SeoBacklinksView
Results []SeoBacklinksBulkPageSummaryItem Backlink summary for each requested page, domain, or subdomain. Each target is one billable record.

Methods

NewSeoBacklinksBulkPagesSummaryResponse

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

NewSeoBacklinksBulkPagesSummaryResponseWithDefaults

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

GetView

func (o *SeoBacklinksBulkPagesSummaryResponse) GetView() SeoBacklinksView

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

GetViewOk

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.

SetView

func (o *SeoBacklinksBulkPagesSummaryResponse) SetView(v SeoBacklinksView)

SetView sets View field to given value.

GetResults

func (o *SeoBacklinksBulkPagesSummaryResponse) GetResults() []SeoBacklinksBulkPageSummaryItem

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

GetResultsOk

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.

SetResults

func (o *SeoBacklinksBulkPagesSummaryResponse) SetResults(v []SeoBacklinksBulkPageSummaryItem)

SetResults sets Results field to given value.

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