retentionMode property
The retention mode.
Required. Possible string values are:
- "RETENTION_MODE_UNSPECIFIED" : The retention mode isn't specified.
- "LOCKED" : When the retention mode is
LOCKED, theretainUntilTimecan't be removed or reduced. - "UNLOCKED" : When the retention mode is
UNLOCKED, theretainUntilTimecan be removed or modified.
Implementation
core.String? retentionMode;