subscriptionPlan property

String? subscriptionPlan
getter/setter pair

Subscription plan that the customer has purchased.

Output only.

Output only. Possible string values are:

  • "SUBSCRIPTION_PLAN_UNSPECIFIED" : Subscription plan not specified.
  • "SUBSCRIPTION_2021" : Traditional subscription plan.
  • "SUBSCRIPTION_2024" : New subscription plan that provides standard proxy and scaled proxy implementation.

Implementation

core.String? subscriptionPlan;