eventBasedHold property
Updates object event based holds state.
When object event based hold is set, object cannot be deleted or replaced. Resets object's time in the bucket for the purposes of the retention period.
Required. Possible string values are:
- "HOLD_STATUS_UNSPECIFIED" : Default value, Object hold status will not be changed.
- "SET" : Places the hold.
- "UNSET" : Releases the hold.
Implementation
core.String? eventBasedHold;