description property
Optional. Description of the environment.
Implementation
@$pb.TagNumber(7)
$core.String get description => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set description($core.String v) {
$_setString(6, v);
}
Optional. Description of the environment.
@$pb.TagNumber(7)
$core.String get description => $_getSZ(6);
@$pb.TagNumber(7)
set description($core.String v) {
$_setString(6, v);
}