retentionMode property

String? retentionMode
getter/setter pair

The retention mode.

Required. Possible string values are:

  • "RETENTION_MODE_UNSPECIFIED" : The retention mode isn't specified.
  • "LOCKED" : When the retention mode is LOCKED, the retainUntilTime can't be removed or reduced.
  • "UNLOCKED" : When the retention mode is UNLOCKED, the retainUntilTime can be removed or modified.

Implementation

core.String? retentionMode;