infrastructureSpec property

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

Optional. Infrastructure specification for the execution.

Implementation

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

Implementation

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