runType property
Type which represents whether the execution executed directly by user or
scheduled according to the Evaluation.schedule field.
Possible string values are:
- "TYPE_UNSPECIFIED" : Type of execution is unspecified.
- "ONE_TIME" : Type of execution is one time.
- "SCHEDULED" : Type of execution is scheduled.
Implementation
core.String? runType;