infrastructureSpec property
Optional. Infrastructure specification for the execution.
Implementation
@$pb.TagNumber(6)
Task_InfrastructureSpec get infrastructureSpec => $_getN(2);
Implementation
@$pb.TagNumber(6)
set infrastructureSpec(Task_InfrastructureSpec v) {
setField(6, v);
}