| Name | Type | Description | Notes |
|---|---|---|---|
| RequestId | string | UnifAPI request id for support and ledger correlation. | |
| Data | SeoBacklinksReferringNetworksResponse | ||
| Billing | Billing |
func NewSeoBacklinksReferringNetworksPost200Response(requestId string, data SeoBacklinksReferringNetworksResponse, billing Billing, ) *SeoBacklinksReferringNetworksPost200Response
NewSeoBacklinksReferringNetworksPost200Response instantiates a new SeoBacklinksReferringNetworksPost200Response 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 NewSeoBacklinksReferringNetworksPost200ResponseWithDefaults() *SeoBacklinksReferringNetworksPost200Response
NewSeoBacklinksReferringNetworksPost200ResponseWithDefaults instantiates a new SeoBacklinksReferringNetworksPost200Response 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 *SeoBacklinksReferringNetworksPost200Response) GetRequestId() string
GetRequestId returns the RequestId field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworksPost200Response) 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.
func (o *SeoBacklinksReferringNetworksPost200Response) SetRequestId(v string)
SetRequestId sets RequestId field to given value.
func (o *SeoBacklinksReferringNetworksPost200Response) GetData() SeoBacklinksReferringNetworksResponse
GetData returns the Data field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworksPost200Response) GetDataOk() (*SeoBacklinksReferringNetworksResponse, 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.
func (o *SeoBacklinksReferringNetworksPost200Response) SetData(v SeoBacklinksReferringNetworksResponse)
SetData sets Data field to given value.
func (o *SeoBacklinksReferringNetworksPost200Response) GetBilling() Billing
GetBilling returns the Billing field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworksPost200Response) 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.
func (o *SeoBacklinksReferringNetworksPost200Response) SetBilling(v Billing)
SetBilling sets Billing field to given value.