Example

Properties

NameTypeDescriptionNotes

CompleteMultipartUpload

[optional]

Methods

NewExample

func NewExample() *Example

NewExample instantiates a new Example 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

NewExampleWithDefaults

func NewExampleWithDefaults() *Example

NewExampleWithDefaults instantiates a new Example 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

GetCompleteMultipartUpload

func (o *Example) GetCompleteMultipartUpload() ExampleCompleteMultipartUpload

GetCompleteMultipartUpload returns the CompleteMultipartUpload field if non-nil, zero value otherwise.

GetCompleteMultipartUploadOk

func (o *Example) GetCompleteMultipartUploadOk() (*ExampleCompleteMultipartUpload, bool)

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

SetCompleteMultipartUpload

func (o *Example) SetCompleteMultipartUpload(v ExampleCompleteMultipartUpload)

SetCompleteMultipartUpload sets CompleteMultipartUpload field to given value.

HasCompleteMultipartUpload

func (o *Example) HasCompleteMultipartUpload() bool

HasCompleteMultipartUpload returns a boolean if a field has been set.

Last updated