type property

String? type
getter/setter pair

Not used by Apigee. Possible string values are:

  • "TYPE_UNSPECIFIED" : Subscription type not specified.
  • "TYPE_TRIAL" : Subscription to Apigee is free, limited, and used for evaluation purposes only.
  • "TYPE_PAID" : Full subscription to Apigee has been purchased. See Apigee pricing.
  • "TYPE_INTERNAL" : For internal users only.

Implementation

core.String? type;