Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.31 KB

File metadata and controls

108 lines (59 loc) · 3.31 KB

S3S3Configuration

Properties

Name Type Description Notes
FreeTrafficAmount Pointer to int32 [optional]
TrafficPriceDay Pointer to float64 [optional]
TrafficPriceMonth Pointer to float64 [optional]

Methods

NewS3S3Configuration

func NewS3S3Configuration() *S3S3Configuration

NewS3S3Configuration instantiates a new S3S3Configuration 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

NewS3S3ConfigurationWithDefaults

func NewS3S3ConfigurationWithDefaults() *S3S3Configuration

NewS3S3ConfigurationWithDefaults instantiates a new S3S3Configuration 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

GetFreeTrafficAmount

func (o *S3S3Configuration) GetFreeTrafficAmount() int32

GetFreeTrafficAmount returns the FreeTrafficAmount field if non-nil, zero value otherwise.

GetFreeTrafficAmountOk

func (o *S3S3Configuration) GetFreeTrafficAmountOk() (*int32, bool)

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

SetFreeTrafficAmount

func (o *S3S3Configuration) SetFreeTrafficAmount(v int32)

SetFreeTrafficAmount sets FreeTrafficAmount field to given value.

HasFreeTrafficAmount

func (o *S3S3Configuration) HasFreeTrafficAmount() bool

HasFreeTrafficAmount returns a boolean if a field has been set.

GetTrafficPriceDay

func (o *S3S3Configuration) GetTrafficPriceDay() float64

GetTrafficPriceDay returns the TrafficPriceDay field if non-nil, zero value otherwise.

GetTrafficPriceDayOk

func (o *S3S3Configuration) GetTrafficPriceDayOk() (*float64, bool)

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

SetTrafficPriceDay

func (o *S3S3Configuration) SetTrafficPriceDay(v float64)

SetTrafficPriceDay sets TrafficPriceDay field to given value.

HasTrafficPriceDay

func (o *S3S3Configuration) HasTrafficPriceDay() bool

HasTrafficPriceDay returns a boolean if a field has been set.

GetTrafficPriceMonth

func (o *S3S3Configuration) GetTrafficPriceMonth() float64

GetTrafficPriceMonth returns the TrafficPriceMonth field if non-nil, zero value otherwise.

GetTrafficPriceMonthOk

func (o *S3S3Configuration) GetTrafficPriceMonthOk() (*float64, bool)

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

SetTrafficPriceMonth

func (o *S3S3Configuration) SetTrafficPriceMonth(v float64)

SetTrafficPriceMonth sets TrafficPriceMonth field to given value.

HasTrafficPriceMonth

func (o *S3S3Configuration) HasTrafficPriceMonth() bool

HasTrafficPriceMonth returns a boolean if a field has been set.

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