runType property

String? runType
getter/setter pair

type represent whether the execution executed directly by user or scheduled according 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;