retainUntilTime property

String? retainUntilTime
getter/setter pair

The object's retention expiration time, during which, the object is protected from being deleted or overwritten.

The time must be specified in RFC 3339 format, for example YYYY-MM-DD'T'HH:MM:SS'Z' or YYYY-MM-DD'T'HH:MM:SS.SS'Z'. To clear an object's retention, both retentionMode and retainUntilTime must be left unset (omitted). Setting retentionMode to RETENTION_MODE_UNSPECIFIED is treated as a no-op. Unlike an unset field, it doesn't modify or clear the retention settings.

Required.

Implementation

core.String? retainUntilTime;