type property
Trigger type of the user-specified Task.
Required. Immutable. Possible string values are:
- "TYPE_UNSPECIFIED" : Unspecified trigger type.
- "ON_DEMAND" : The task runs one-time shortly after Task Creation.
- "RECURRING" : The task is scheduled to run periodically.
Implementation
core.String? type;