Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.71 KB

File metadata and controls

56 lines (31 loc) · 1.71 KB

S3GetPriceResponse

Properties

Name Type Description Notes
Bucket Pointer to []S3GetPriceResponseBucket [optional]

Methods

NewS3GetPriceResponse

func NewS3GetPriceResponse() *S3GetPriceResponse

NewS3GetPriceResponse instantiates a new S3GetPriceResponse 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

NewS3GetPriceResponseWithDefaults

func NewS3GetPriceResponseWithDefaults() *S3GetPriceResponse

NewS3GetPriceResponseWithDefaults instantiates a new S3GetPriceResponse 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

GetBucket

func (o *S3GetPriceResponse) GetBucket() []S3GetPriceResponseBucket

GetBucket returns the Bucket field if non-nil, zero value otherwise.

GetBucketOk

func (o *S3GetPriceResponse) GetBucketOk() (*[]S3GetPriceResponseBucket, bool)

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

SetBucket

func (o *S3GetPriceResponse) SetBucket(v []S3GetPriceResponseBucket)

SetBucket sets Bucket field to given value.

HasBucket

func (o *S3GetPriceResponse) HasBucket() bool

HasBucket returns a boolean if a field has been set.

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