Schedule class
The definition of a schedule.
Constructors
Properties
- createTime ↔ String?
- 
  Time the schedule was created.
  getter/setter pair
- cronSchedule ↔ String?
- 
  Cron-tab formatted schedule by which the job will execute.
  getter/setter pair
- description ↔ String?
- 
  A brief description of this environment.
  getter/setter pair
- displayName ↔ String?
- 
  Display name used for UI purposes.
  getter/setter pair
- executionTemplate ↔ ExecutionTemplate?
- 
  Notebook Execution Template corresponding to this schedule.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name ↔ String?
- 
  The name of this schedule.
  getter/setter pair
- 
  recentExecutions
  ↔ List<Execution> ?
- 
  The most recent execution names triggered from this schedule and their
corresponding states.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- state ↔ String?
- 
  Possible string values are:
  getter/setter pair
- timeZone ↔ String?
- 
  Timezone on which the cron_schedule.
  getter/setter pair
- updateTime ↔ String?
- 
  Time the schedule was last updated.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited