Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.31 KB

File metadata and controls

93 lines (50 loc) · 3.31 KB

SeoBacklinksDomainPagesSummaryPost200Response

Properties

Name Type Description Notes
RequestId string UnifAPI request id for support and ledger correlation.
Data SeoBacklinksDomainPagesSummaryResponse
Billing Billing

Methods

NewSeoBacklinksDomainPagesSummaryPost200Response

func NewSeoBacklinksDomainPagesSummaryPost200Response(requestId string, data SeoBacklinksDomainPagesSummaryResponse, billing Billing, ) *SeoBacklinksDomainPagesSummaryPost200Response

NewSeoBacklinksDomainPagesSummaryPost200Response instantiates a new SeoBacklinksDomainPagesSummaryPost200Response 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

NewSeoBacklinksDomainPagesSummaryPost200ResponseWithDefaults

func NewSeoBacklinksDomainPagesSummaryPost200ResponseWithDefaults() *SeoBacklinksDomainPagesSummaryPost200Response

NewSeoBacklinksDomainPagesSummaryPost200ResponseWithDefaults instantiates a new SeoBacklinksDomainPagesSummaryPost200Response 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

GetRequestId

func (o *SeoBacklinksDomainPagesSummaryPost200Response) GetRequestId() string

GetRequestId returns the RequestId field if non-nil, zero value otherwise.

GetRequestIdOk

func (o *SeoBacklinksDomainPagesSummaryPost200Response) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRequestId

func (o *SeoBacklinksDomainPagesSummaryPost200Response) SetRequestId(v string)

SetRequestId sets RequestId field to given value.

GetData

func (o *SeoBacklinksDomainPagesSummaryPost200Response) GetData() SeoBacklinksDomainPagesSummaryResponse

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *SeoBacklinksDomainPagesSummaryPost200Response) GetDataOk() (*SeoBacklinksDomainPagesSummaryResponse, bool)

GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetData

func (o *SeoBacklinksDomainPagesSummaryPost200Response) SetData(v SeoBacklinksDomainPagesSummaryResponse)

SetData sets Data field to given value.

GetBilling

func (o *SeoBacklinksDomainPagesSummaryPost200Response) GetBilling() Billing

GetBilling returns the Billing field if non-nil, zero value otherwise.

GetBillingOk

func (o *SeoBacklinksDomainPagesSummaryPost200Response) GetBillingOk() (*Billing, bool)

GetBillingOk returns a tuple with the Billing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBilling

func (o *SeoBacklinksDomainPagesSummaryPost200Response) SetBilling(v Billing)

SetBilling sets Billing field to given value.

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