TaskScheduledEventDetails class

Contains details about a task scheduled during an execution.

Constructors

TaskScheduledEventDetails({required String parameters, required String region, required String resource, required String resourceType, int? heartbeatInSeconds, int? timeoutInSeconds})
TaskScheduledEventDetails.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
heartbeatInSeconds int?
The maximum allowed duration between two heartbeats for the task.
final
parameters String
The JSON data passed to the resource referenced in a task state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
final
region String
The region of the scheduled task
final
resource String
The service name of the resource in a task state.
final
resourceType String
The action of the resource called by a task state.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutInSeconds int?
The maximum allowed duration of the task.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited