infrastructureSpec property

  1. @TagNumber(6)
Task_InfrastructureSpec infrastructureSpec

Optional. Infrastructure specification for the execution.

Implementation

@$pb.TagNumber(6)
Task_InfrastructureSpec get infrastructureSpec => $_getN(2);
  1. @TagNumber(6)
void infrastructureSpec=(Task_InfrastructureSpec v)

Implementation

@$pb.TagNumber(6)
set infrastructureSpec(Task_InfrastructureSpec v) { setField(6, v); }