name property

String? name
getter/setter pair

Name of the environment.

Values must match the regular expression ^[.\\p{Alnum}-_]{1,255}$

Required.

Implementation

core.String? name;