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