softDeleteReason property

String? softDeleteReason
getter/setter pair

The reason for the instance being in a soft-deleted state.

Output only. Possible string values are:

  • "SOFT_DELETE_REASON_UNSPECIFIED" : Soft delete reason is unspecified. This is the default value.
  • "BILLING_ACCOUNT_ISSUE" : Instance is soft deleted due to billing account issues.
  • "TRIAL_EXPIRED" : Instance is soft deleted due to trial expiration.
  • "CUSTOMER_REQUEST" : Instance is soft deleted by the customer.

Implementation

core.String? softDeleteReason;