temporaryHold property
Updates object temporary holds state.
When object temporary hold is set, object cannot be deleted or replaced.
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? temporaryHold;