userEnvVars property

Map<String, String>? userEnvVars
getter/setter pair

User-defined environment variables associated with this workflow revision.

This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS".

Optional.

Implementation

core.Map<core.String, core.String>? userEnvVars;