| Name | Type | Description | Notes |
|---|---|---|---|
| FreeTrafficAmount | Pointer to int32 | [optional] | |
| TrafficPriceDay | Pointer to float64 | [optional] | |
| TrafficPriceMonth | Pointer to float64 | [optional] |
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
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
func (o *S3S3Configuration) GetFreeTrafficAmount() int32
GetFreeTrafficAmount returns the FreeTrafficAmount field if non-nil, zero value otherwise.
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.
func (o *S3S3Configuration) SetFreeTrafficAmount(v int32)
SetFreeTrafficAmount sets FreeTrafficAmount field to given value.
func (o *S3S3Configuration) HasFreeTrafficAmount() bool
HasFreeTrafficAmount returns a boolean if a field has been set.
func (o *S3S3Configuration) GetTrafficPriceDay() float64
GetTrafficPriceDay returns the TrafficPriceDay field if non-nil, zero value otherwise.
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.
func (o *S3S3Configuration) SetTrafficPriceDay(v float64)
SetTrafficPriceDay sets TrafficPriceDay field to given value.
func (o *S3S3Configuration) HasTrafficPriceDay() bool
HasTrafficPriceDay returns a boolean if a field has been set.
func (o *S3S3Configuration) GetTrafficPriceMonth() float64
GetTrafficPriceMonth returns the TrafficPriceMonth field if non-nil, zero value otherwise.
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.
func (o *S3S3Configuration) SetTrafficPriceMonth(v float64)
SetTrafficPriceMonth sets TrafficPriceMonth field to given value.
func (o *S3S3Configuration) HasTrafficPriceMonth() bool
HasTrafficPriceMonth returns a boolean if a field has been set.