infrastructureSpec property

  1. @TagNumber.new(3)
Task_InfrastructureSpec get infrastructureSpec

Optional. Infrastructure specification for the execution.

Implementation

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

Implementation

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