ExportInfo class

Information regarding the export status of discovered data. The value is an array of objects.

Constructors

ExportInfo({required String exportId, required DateTime exportRequestTime, required ExportStatus exportStatus, required String statusMessage, String? configurationsDownloadUrl, bool? isTruncated, DateTime? requestedEndTime, DateTime? requestedStartTime})
ExportInfo.fromJson(Map<String, dynamic> json)
factory

Properties

configurationsDownloadUrl String?
A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.
final
exportId String
A unique identifier used to query an export.
final
exportRequestTime DateTime
The time that the data export was initiated.
final
exportStatus ExportStatus
The status of the data export job.
final
hashCode int
The hash code for this object.
no setterinherited
isTruncated bool?
If true, the export of agent information exceeded the size limit for a single export and the exported data is incomplete for the requested time range. To address this, select a smaller time range for the export by using startDate and endDate.
final
requestedEndTime DateTime?
The endTime used in the StartExportTask request. If no endTime was requested, this result does not appear in ExportInfo.
final
requestedStartTime DateTime?
The value of startTime parameter in the StartExportTask request. If no startTime was requested, this result does not appear in ExportInfo.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusMessage String
A status message provided for API callers.
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