| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | [optional] | |
| DisplayName | Pointer to string | [optional] | |
| StorageSize | Pointer to int32 | [optional] | |
| StorageRate | Pointer to float64 | [optional] | |
| TrafficAmount | Pointer to int32 | [optional] | |
| TrafficRate | Pointer to float64 | [optional] |
func NewS3GetPriceResponseBucket() *S3GetPriceResponseBucket
NewS3GetPriceResponseBucket instantiates a new S3GetPriceResponseBucket 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 NewS3GetPriceResponseBucketWithDefaults() *S3GetPriceResponseBucket
NewS3GetPriceResponseBucketWithDefaults instantiates a new S3GetPriceResponseBucket 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 *S3GetPriceResponseBucket) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *S3GetPriceResponseBucket) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3GetPriceResponseBucket) SetName(v string)
SetName sets Name field to given value.
func (o *S3GetPriceResponseBucket) HasName() bool
HasName returns a boolean if a field has been set.
func (o *S3GetPriceResponseBucket) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *S3GetPriceResponseBucket) 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 *S3GetPriceResponseBucket) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *S3GetPriceResponseBucket) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *S3GetPriceResponseBucket) GetStorageSize() int32
GetStorageSize returns the StorageSize field if non-nil, zero value otherwise.
func (o *S3GetPriceResponseBucket) GetStorageSizeOk() (*int32, bool)
GetStorageSizeOk returns a tuple with the StorageSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3GetPriceResponseBucket) SetStorageSize(v int32)
SetStorageSize sets StorageSize field to given value.
func (o *S3GetPriceResponseBucket) HasStorageSize() bool
HasStorageSize returns a boolean if a field has been set.
func (o *S3GetPriceResponseBucket) GetStorageRate() float64
GetStorageRate returns the StorageRate field if non-nil, zero value otherwise.
func (o *S3GetPriceResponseBucket) GetStorageRateOk() (*float64, bool)
GetStorageRateOk returns a tuple with the StorageRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3GetPriceResponseBucket) SetStorageRate(v float64)
SetStorageRate sets StorageRate field to given value.
func (o *S3GetPriceResponseBucket) HasStorageRate() bool
HasStorageRate returns a boolean if a field has been set.
func (o *S3GetPriceResponseBucket) GetTrafficAmount() int32
GetTrafficAmount returns the TrafficAmount field if non-nil, zero value otherwise.
func (o *S3GetPriceResponseBucket) 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 *S3GetPriceResponseBucket) SetTrafficAmount(v int32)
SetTrafficAmount sets TrafficAmount field to given value.
func (o *S3GetPriceResponseBucket) HasTrafficAmount() bool
HasTrafficAmount returns a boolean if a field has been set.
func (o *S3GetPriceResponseBucket) GetTrafficRate() float64
GetTrafficRate returns the TrafficRate field if non-nil, zero value otherwise.
func (o *S3GetPriceResponseBucket) 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 *S3GetPriceResponseBucket) SetTrafficRate(v float64)
SetTrafficRate sets TrafficRate field to given value.
func (o *S3GetPriceResponseBucket) HasTrafficRate() bool
HasTrafficRate returns a boolean if a field has been set.