basePlanId property

String? basePlanId
getter/setter pair

The unique identifier of this base plan.

Must be unique within the subscription, and conform with RFC-1034. That is, this ID can only contain lower-case letters (a-z), numbers (0-9), and hyphens (-), and be at most 63 characters.

Required. Immutable.

Implementation

core.String? basePlanId;