DeleteObjectsOutput
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewDeleteObjectsOutput() *DeleteObjectsOutput
NewDeleteObjectsOutput instantiates a new DeleteObjectsOutput 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 NewDeleteObjectsOutputWithDefaults() *DeleteObjectsOutput
NewDeleteObjectsOutputWithDefaults instantiates a new DeleteObjectsOutput 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 *DeleteObjectsOutput) GetDeleted() []DeletedObject
GetDeleted returns the Deleted field if non-nil, zero value otherwise.
func (o *DeleteObjectsOutput) GetDeletedOk() (*[]DeletedObject, bool)
GetDeletedOk returns a tuple with the Deleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeleteObjectsOutput) SetDeleted(v []DeletedObject)
SetDeleted sets Deleted field to given value.
func (o *DeleteObjectsOutput) HasDeleted() bool
HasDeleted returns a boolean if a field has been set.
func (o *DeleteObjectsOutput) GetErrors() []DeletionError
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *DeleteObjectsOutput) GetErrorsOk() (*[]DeletionError, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeleteObjectsOutput) SetErrors(v []DeletionError)
SetErrors sets Errors field to given value.
func (o *DeleteObjectsOutput) HasErrors() bool
HasErrors returns a boolean if a field has been set.
Deleted
Pointer to []DeletedObject
Container element for a successful delete. It identifies the object that was successfully deleted.
[optional]
Errors
Pointer to []DeletionError
[optional]