ListImportJobsResponse class

An HTTP 200 response if the request succeeds, or an error message if the request fails.

Constructors

ListImportJobsResponse({List<ImportJobSummary>? importJobs, String? nextToken})
ListImportJobsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
importJobs List<ImportJobSummary>?
A list of the import job summaries.
final
nextToken String?
A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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