DescribeImportTasksResponse class

Constructors

DescribeImportTasksResponse({String? nextToken, List<ImportTask>? tasks})
DescribeImportTasksResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
The token to request the next page of results.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tasks List<ImportTask>?
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
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