variable property
The name of the environment variable.
- Must be a valid environment variable name (e.g. A-Z or underscores). - May not start with "FIREBASE" or "GOOGLE". - May not be a reserved environment variable for KNative/Cloud Run
Required.
Implementation
core.String? variable;