LastCrawlInfo class

Status and error information about the most recent crawl.

Constructors

LastCrawlInfo({String? errorMessage, String? logGroup, String? logStream, String? messagePrefix, DateTime? startTime, LastCrawlStatus? status})
LastCrawlInfo.fromJson(Map<String, dynamic> json)
factory

Properties

errorMessage String?
If an error occurred, the error information about the last crawl.
final
hashCode int
The hash code for this object.
no setterinherited
logGroup String?
The log group for the last crawl.
final
logStream String?
The log stream for the last crawl.
final
messagePrefix String?
The prefix for a message about this crawl.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
The time at which the crawl started.
final
status LastCrawlStatus?
Status of the last crawl.
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