Name | Type | Description | Notes |
---|---|---|---|
Key | string | The object key. | |
VersionId | Pointer to string | VersionId for the specific version of the object to delete. | [optional] |
func NewObjectIdentifier(key string, ) *ObjectIdentifier
NewObjectIdentifier instantiates a new ObjectIdentifier 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 NewObjectIdentifierWithDefaults() *ObjectIdentifier
NewObjectIdentifierWithDefaults instantiates a new ObjectIdentifier 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 *ObjectIdentifier) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *ObjectIdentifier) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ObjectIdentifier) SetKey(v string)
SetKey sets Key field to given value.
func (o *ObjectIdentifier) GetVersionId() string
GetVersionId returns the VersionId field if non-nil, zero value otherwise.
func (o *ObjectIdentifier) GetVersionIdOk() (*string, bool)
GetVersionIdOk returns a tuple with the VersionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ObjectIdentifier) SetVersionId(v string)
SetVersionId sets VersionId field to given value.
func (o *ObjectIdentifier) HasVersionId() bool
HasVersionId returns a boolean if a field has been set.