ObjectLockRetention
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewObjectLockRetention() *ObjectLockRetention
NewObjectLockRetention instantiates a new ObjectLockRetention 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 NewObjectLockRetentionWithDefaults() *ObjectLockRetention
NewObjectLockRetentionWithDefaults instantiates a new ObjectLockRetention 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 *ObjectLockRetention) GetMode() string
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *ObjectLockRetention) GetModeOk() (*string, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ObjectLockRetention) SetMode(v string)
SetMode sets Mode field to given value.
func (o *ObjectLockRetention) HasMode() bool
HasMode returns a boolean if a field has been set.
func (o *ObjectLockRetention) GetRetainUntilDate() string
GetRetainUntilDate returns the RetainUntilDate field if non-nil, zero value otherwise.
func (o *ObjectLockRetention) GetRetainUntilDateOk() (*string, bool)
GetRetainUntilDateOk returns a tuple with the RetainUntilDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ObjectLockRetention) SetRetainUntilDate(v string)
SetRetainUntilDate sets RetainUntilDate field to given value.
func (o *ObjectLockRetention) HasRetainUntilDate() bool
HasRetainUntilDate returns a boolean if a field has been set.
Mode
Pointer to string
Indicates the Retention mode for the specified object.
[optional]
RetainUntilDate
Pointer to string
The date on which this Object Lock Retention will expire.
[optional]