location property

  1. @TagNumber.new(4)
String get location

Location in which this revision is deployed.

Implementation

@$pb.TagNumber(4)
$core.String get location => $_getSZ(2);
  1. @TagNumber.new(4)
set location (String v)

Implementation

@$pb.TagNumber(4)
set location($core.String v) {
  $_setString(2, v);
}