UploadPartCopyOutput
Properties
Name | Type | Description | Notes |
---|---|---|---|
CopyPartResult | Pointer to CopyPartResult | [optional] |
Methods
NewUploadPartCopyOutput
func NewUploadPartCopyOutput() *UploadPartCopyOutput
NewUploadPartCopyOutput instantiates a new UploadPartCopyOutput 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
NewUploadPartCopyOutputWithDefaults
func NewUploadPartCopyOutputWithDefaults() *UploadPartCopyOutput
NewUploadPartCopyOutputWithDefaults instantiates a new UploadPartCopyOutput 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
GetCopyPartResult
func (o *UploadPartCopyOutput) GetCopyPartResult() CopyPartResult
GetCopyPartResult returns the CopyPartResult field if non-nil, zero value otherwise.
GetCopyPartResultOk
func (o *UploadPartCopyOutput) GetCopyPartResultOk() (*CopyPartResult, bool)
GetCopyPartResultOk returns a tuple with the CopyPartResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCopyPartResult
func (o *UploadPartCopyOutput) SetCopyPartResult(v CopyPartResult)
SetCopyPartResult sets CopyPartResult field to given value.
HasCopyPartResult
func (o *UploadPartCopyOutput) HasCopyPartResult() bool
HasCopyPartResult returns a boolean if a field has been set.
Last updated