Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.68 KB

Example.md

File metadata and controls

53 lines (30 loc) · 1.68 KB

Example

Properties

Name Type Description Notes
CompleteMultipartUpload Pointer to ExampleCompleteMultipartUpload [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.