zone property

  1. @TagNumber(15)
String zone

Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.

Implementation

@$pb.TagNumber(15)
$core.String get zone => $_getSZ(14);
  1. @TagNumber(15)
void zone=(String v)

Implementation

@$pb.TagNumber(15)
set zone($core.String v) { $_setString(14, v); }