rolloutStatus property

String? rolloutStatus
getter/setter pair

Rollout status of the future quota limit. Possible string values are:

  • "IN_PROGRESS" : IN_PROGRESS - A rollout is in process which will change the limit value to future limit.
  • "ROLLOUT_STATUS_UNSPECIFIED" : ROLLOUT_STATUS_UNSPECIFIED - Rollout status is not specified. The default value.

Implementation

core.String? rolloutStatus;