Crawl class

The details of a crawl in the workflow.

Constructors

Crawl({DateTime? completedOn, String? errorMessage, String? logGroup, String? logStream, DateTime? startedOn, CrawlState? state})
Crawl.fromJson(Map<String, dynamic> json)
factory

Properties

completedOn DateTime?
The date and time on which the crawl completed.
final
errorMessage String?
The error message associated with the crawl.
final
hashCode int
The hash code for this object.
no setterinherited
logGroup String?
The log group associated with the crawl.
final
logStream String?
The log stream associated with the crawl.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedOn DateTime?
The date and time on which the crawl started.
final
state CrawlState?
The state of the crawler.
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