env property

  1. @TagNumber(2)
Map<String, String> env

Environment variables. At most 100 environment variables can be specified and unique. Example: GCP_BUCKET=gs://my-bucket/samples/

Implementation

@$pb.TagNumber(2)
$core.Map<$core.String, $core.String> get env => $_getMap(1);