| Name | Type | Description | Notes |
|---|---|---|---|
| CdnServiceId | Pointer to string | [optional] | |
| DisplayName | Pointer to string | [optional] | |
| CreatedAt | Pointer to string | [optional] | |
| TrafficAmount | Pointer to int32 | [optional] | |
| TrafficRate | Pointer to float64 | [optional] |
func NewCdnGetPriceResponseCdn() *CdnGetPriceResponseCdn
NewCdnGetPriceResponseCdn instantiates a new CdnGetPriceResponseCdn 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 NewCdnGetPriceResponseCdnWithDefaults() *CdnGetPriceResponseCdn
NewCdnGetPriceResponseCdnWithDefaults instantiates a new CdnGetPriceResponseCdn 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 *CdnGetPriceResponseCdn) GetCdnServiceId() string
GetCdnServiceId returns the CdnServiceId field if non-nil, zero value otherwise.
func (o *CdnGetPriceResponseCdn) GetCdnServiceIdOk() (*string, bool)
GetCdnServiceIdOk returns a tuple with the CdnServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnGetPriceResponseCdn) SetCdnServiceId(v string)
SetCdnServiceId sets CdnServiceId field to given value.
func (o *CdnGetPriceResponseCdn) HasCdnServiceId() bool
HasCdnServiceId returns a boolean if a field has been set.
func (o *CdnGetPriceResponseCdn) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *CdnGetPriceResponseCdn) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnGetPriceResponseCdn) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *CdnGetPriceResponseCdn) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *CdnGetPriceResponseCdn) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *CdnGetPriceResponseCdn) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnGetPriceResponseCdn) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *CdnGetPriceResponseCdn) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *CdnGetPriceResponseCdn) GetTrafficAmount() int32
GetTrafficAmount returns the TrafficAmount field if non-nil, zero value otherwise.
func (o *CdnGetPriceResponseCdn) GetTrafficAmountOk() (*int32, bool)
GetTrafficAmountOk returns a tuple with the TrafficAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnGetPriceResponseCdn) SetTrafficAmount(v int32)
SetTrafficAmount sets TrafficAmount field to given value.
func (o *CdnGetPriceResponseCdn) HasTrafficAmount() bool
HasTrafficAmount returns a boolean if a field has been set.
func (o *CdnGetPriceResponseCdn) GetTrafficRate() float64
GetTrafficRate returns the TrafficRate field if non-nil, zero value otherwise.
func (o *CdnGetPriceResponseCdn) GetTrafficRateOk() (*float64, bool)
GetTrafficRateOk returns a tuple with the TrafficRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnGetPriceResponseCdn) SetTrafficRate(v float64)
SetTrafficRate sets TrafficRate field to given value.
func (o *CdnGetPriceResponseCdn) HasTrafficRate() bool
HasTrafficRate returns a boolean if a field has been set.