locationType property

  1. @TagNumber(1)
Zone_ResourceSpec_LocationType locationType

Required. Immutable. The location type of the resources that are allowed to be attached to the assets within this zone.

Implementation

@$pb.TagNumber(1)
Zone_ResourceSpec_LocationType get locationType => $_getN(0);
  1. @TagNumber(1)
void locationType=(Zone_ResourceSpec_LocationType v)

Implementation

@$pb.TagNumber(1)
set locationType(Zone_ResourceSpec_LocationType v) { setField(1, v); }