| Name | Type | Description | Notes |
|---|---|---|---|
| Cdn | Pointer to []CdnGetPriceResponseCdn | [optional] | |
| RequiredTopupAmount | Pointer to float64 | [optional] |
func NewCdnGetPriceResponse() *CdnGetPriceResponse
NewCdnGetPriceResponse instantiates a new CdnGetPriceResponse 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 NewCdnGetPriceResponseWithDefaults() *CdnGetPriceResponse
NewCdnGetPriceResponseWithDefaults instantiates a new CdnGetPriceResponse 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 *CdnGetPriceResponse) GetCdn() []CdnGetPriceResponseCdn
GetCdn returns the Cdn field if non-nil, zero value otherwise.
func (o *CdnGetPriceResponse) GetCdnOk() (*[]CdnGetPriceResponseCdn, bool)
GetCdnOk returns a tuple with the Cdn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnGetPriceResponse) SetCdn(v []CdnGetPriceResponseCdn)
SetCdn sets Cdn field to given value.
func (o *CdnGetPriceResponse) HasCdn() bool
HasCdn returns a boolean if a field has been set.
func (o *CdnGetPriceResponse) GetRequiredTopupAmount() float64
GetRequiredTopupAmount returns the RequiredTopupAmount field if non-nil, zero value otherwise.
func (o *CdnGetPriceResponse) GetRequiredTopupAmountOk() (*float64, bool)
GetRequiredTopupAmountOk returns a tuple with the RequiredTopupAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnGetPriceResponse) SetRequiredTopupAmount(v float64)
SetRequiredTopupAmount sets RequiredTopupAmount field to given value.
func (o *CdnGetPriceResponse) HasRequiredTopupAmount() bool
HasRequiredTopupAmount returns a boolean if a field has been set.