placement property

  1. @TagNumber.new(10)
AllocationPolicy_PlacementPolicy get placement

The placement policy.

Implementation

@$pb.TagNumber(10)
AllocationPolicy_PlacementPolicy get placement => $_getN(5);
  1. @TagNumber.new(10)
set placement (AllocationPolicy_PlacementPolicy v)

Implementation

@$pb.TagNumber(10)
set placement(AllocationPolicy_PlacementPolicy v) {
  setField(10, v);
}