zone property

  1. @TagNumber.new(15)
String get 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.new(15)
set zone (String v)

Implementation

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