executionTemplate property

  1. @TagNumber(1)
ExecutionTemplate executionTemplate

execute metadata including name, hardware spec, region, labels, etc.

Implementation

@$pb.TagNumber(1)
ExecutionTemplate get executionTemplate => $_getN(0);
  1. @TagNumber(1)
void executionTemplate=(ExecutionTemplate v)

Implementation

@$pb.TagNumber(1)
set executionTemplate(ExecutionTemplate v) { setField(1, v); }