state property

String? state
getter/setter pair

The state of the trial.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State not set.
  • "SUBSCRIBED" : Trial is subscribed.
  • "UNSUBSCRIBED" : Trial is unsubscribed before expiration.
  • "EXPIRED" : Trial is expired post 30 days of subscription.
  • "ELIGIBLE" : Trial is eligible for enablement.
  • "NOT_ELIGIBLE" : Trial is not eligible for enablement.

Implementation

core.String? state;