stage property
The current launch stage of the permission. Possible string values are:
- "ALPHA" : The permission is currently in an alpha phase.
- "BETA" : The permission is currently in a beta phase.
- "GA" : The permission is generally available.
- "DEPRECATED" : The permission is being deprecated.
Implementation
core.String? stage;