Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | The description of the resource that was requested to be copied. | [optional] |
Id | Pointer to string | The resource identifier. | [optional] [readonly] |
Message | Pointer to string | The reason why the copy failed. | [optional] |
func NewBulkCopyError() *BulkCopyError
NewBulkCopyError instantiates a new BulkCopyError 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
func NewBulkCopyErrorWithDefaults() *BulkCopyError
NewBulkCopyErrorWithDefaults instantiates a new BulkCopyError 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
func (o *BulkCopyError) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *BulkCopyError) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkCopyError) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *BulkCopyError) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *BulkCopyError) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *BulkCopyError) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkCopyError) SetId(v string)
SetId sets Id field to given value.
func (o *BulkCopyError) HasId() bool
HasId returns a boolean if a field has been set.
func (o *BulkCopyError) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *BulkCopyError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkCopyError) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *BulkCopyError) HasMessage() bool
HasMessage returns a boolean if a field has been set.