Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.3 KB

File metadata and controls

186 lines (101 loc) · 5.3 KB

S3GetPriceResponseBucket

Properties

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]

Methods

NewS3GetPriceResponseBucket

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

NewS3GetPriceResponseBucketWithDefaults

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

GetName

func (o *S3GetPriceResponseBucket) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *S3GetPriceResponseBucket) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *S3GetPriceResponseBucket) HasName() bool

HasName returns a boolean if a field has been set.

GetDisplayName

func (o *S3GetPriceResponseBucket) GetDisplayName() string

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

GetDisplayNameOk

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.

SetDisplayName

func (o *S3GetPriceResponseBucket) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *S3GetPriceResponseBucket) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetStorageSize

func (o *S3GetPriceResponseBucket) GetStorageSize() int32

GetStorageSize returns the StorageSize field if non-nil, zero value otherwise.

GetStorageSizeOk

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.

SetStorageSize

func (o *S3GetPriceResponseBucket) SetStorageSize(v int32)

SetStorageSize sets StorageSize field to given value.

HasStorageSize

func (o *S3GetPriceResponseBucket) HasStorageSize() bool

HasStorageSize returns a boolean if a field has been set.

GetStorageRate

func (o *S3GetPriceResponseBucket) GetStorageRate() float64

GetStorageRate returns the StorageRate field if non-nil, zero value otherwise.

GetStorageRateOk

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.

SetStorageRate

func (o *S3GetPriceResponseBucket) SetStorageRate(v float64)

SetStorageRate sets StorageRate field to given value.

HasStorageRate

func (o *S3GetPriceResponseBucket) HasStorageRate() bool

HasStorageRate returns a boolean if a field has been set.

GetTrafficAmount

func (o *S3GetPriceResponseBucket) GetTrafficAmount() int32

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

GetTrafficAmountOk

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.

SetTrafficAmount

func (o *S3GetPriceResponseBucket) SetTrafficAmount(v int32)

SetTrafficAmount sets TrafficAmount field to given value.

HasTrafficAmount

func (o *S3GetPriceResponseBucket) HasTrafficAmount() bool

HasTrafficAmount returns a boolean if a field has been set.

GetTrafficRate

func (o *S3GetPriceResponseBucket) GetTrafficRate() float64

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

GetTrafficRateOk

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.

SetTrafficRate

func (o *S3GetPriceResponseBucket) SetTrafficRate(v float64)

SetTrafficRate sets TrafficRate field to given value.

HasTrafficRate

func (o *S3GetPriceResponseBucket) HasTrafficRate() bool

HasTrafficRate returns a boolean if a field has been set.

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