Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.61 KB

File metadata and controls

160 lines (87 loc) · 4.61 KB

CdnGetPriceResponseCdn

Properties

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]

Methods

NewCdnGetPriceResponseCdn

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

NewCdnGetPriceResponseCdnWithDefaults

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

GetCdnServiceId

func (o *CdnGetPriceResponseCdn) GetCdnServiceId() string

GetCdnServiceId returns the CdnServiceId field if non-nil, zero value otherwise.

GetCdnServiceIdOk

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.

SetCdnServiceId

func (o *CdnGetPriceResponseCdn) SetCdnServiceId(v string)

SetCdnServiceId sets CdnServiceId field to given value.

HasCdnServiceId

func (o *CdnGetPriceResponseCdn) HasCdnServiceId() bool

HasCdnServiceId returns a boolean if a field has been set.

GetDisplayName

func (o *CdnGetPriceResponseCdn) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *CdnGetPriceResponseCdn) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *CdnGetPriceResponseCdn) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetCreatedAt

func (o *CdnGetPriceResponseCdn) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *CdnGetPriceResponseCdn) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *CdnGetPriceResponseCdn) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetTrafficAmount

func (o *CdnGetPriceResponseCdn) GetTrafficAmount() int32

GetTrafficAmount returns the TrafficAmount field if non-nil, zero value otherwise.

GetTrafficAmountOk

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.

SetTrafficAmount

func (o *CdnGetPriceResponseCdn) SetTrafficAmount(v int32)

SetTrafficAmount sets TrafficAmount field to given value.

HasTrafficAmount

func (o *CdnGetPriceResponseCdn) HasTrafficAmount() bool

HasTrafficAmount returns a boolean if a field has been set.

GetTrafficRate

func (o *CdnGetPriceResponseCdn) GetTrafficRate() float64

GetTrafficRate returns the TrafficRate field if non-nil, zero value otherwise.

GetTrafficRateOk

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.

SetTrafficRate

func (o *CdnGetPriceResponseCdn) SetTrafficRate(v float64)

SetTrafficRate sets TrafficRate field to given value.

HasTrafficRate

func (o *CdnGetPriceResponseCdn) HasTrafficRate() bool

HasTrafficRate returns a boolean if a field has been set.

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