placement property

  1. @TagNumber(10)
AllocationPolicy_PlacementPolicy placement

The placement policy.

Implementation

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

Implementation

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