state property
Current state of the rate plan (draft or published). Possible string values are:
- "STATE_UNSPECIFIED" : State of the rate plan is not specified.
- "DRAFT" : Rate plan is in draft mode and only visible to API providers.
- "PUBLISHED" : Rate plan is published and will become visible to
developers for the configured duration (between
startTime
andendTime
).
Implementation
core.String? state;