# CopyObjectOutput

## Properties

| Name                 | Type                                                                                                                                        | Description | Notes       |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| **CopyObjectResult** | Pointer to [**CopyObjectResult**](https://docs.ionos.com/sections-test/go-sdk/sdk-go-bundle/sdks/userobjectstorage/models/copyobjectresult) |             | \[optional] |

## Methods

### NewCopyObjectOutput

`func NewCopyObjectOutput() *CopyObjectOutput`

NewCopyObjectOutput instantiates a new CopyObjectOutput 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

### NewCopyObjectOutputWithDefaults

`func NewCopyObjectOutputWithDefaults() *CopyObjectOutput`

NewCopyObjectOutputWithDefaults instantiates a new CopyObjectOutput 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

### GetCopyObjectResult

`func (o *CopyObjectOutput) GetCopyObjectResult() CopyObjectResult`

GetCopyObjectResult returns the CopyObjectResult field if non-nil, zero value otherwise.

### GetCopyObjectResultOk

`func (o *CopyObjectOutput) GetCopyObjectResultOk() (*CopyObjectResult, bool)`

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

### SetCopyObjectResult

`func (o *CopyObjectOutput) SetCopyObjectResult(v CopyObjectResult)`

SetCopyObjectResult sets CopyObjectResult field to given value.

### HasCopyObjectResult

`func (o *CopyObjectOutput) HasCopyObjectResult() bool`

HasCopyObjectResult returns a boolean if a field has been set.
