infrastructureSpec property

  1. @TagNumber(3)
Task_InfrastructureSpec infrastructureSpec

Optional. Infrastructure specification for the execution.

Implementation

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

Implementation

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