scheduling property

  1. @TagNumber(5)
AllocationRequest_SchedulingStrategy scheduling

Implementation

@$pb.TagNumber(5)
AllocationRequest_SchedulingStrategy get scheduling => $_getN(4);
  1. @TagNumber(5)
void scheduling=(AllocationRequest_SchedulingStrategy v)

Implementation

@$pb.TagNumber(5)
set scheduling(AllocationRequest_SchedulingStrategy v) {
  setField(5, v);
}