status property

String? status
getter/setter pair

Status of the commitment with regards to eventual expiration (each commitment has an end date defined).

One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED.

Output only. Possible string values are:

  • "ACTIVE"
  • "CANCELLED" : Deprecate CANCELED status. Will use separate status to differentiate cancel by mergeCud or manual cancellation.
  • "CREATING"
  • "EXPIRED"
  • "NOT_YET_ACTIVE"

Implementation

core.String? status;