variable property

String? variable
getter/setter pair

The name of the environment variable.

The environment variables reserved by Cloud Run should not be set. Additionally, variable names cannot start with "X_FIREBASE_".

Required.

Implementation

core.String? variable;