MigrationTask class

Represents a migration task in a migration tool.

Constructors

MigrationTask({String? migrationTaskName, String? progressUpdateStream, List<ResourceAttribute>? resourceAttributeList, Task? task, DateTime? updateDateTime})
MigrationTask.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
migrationTaskName String?
Unique identifier that references the migration task. Do not store personal data in this field.
final
progressUpdateStream String?
A name that identifies the vendor of the migration tool being used.
final
resourceAttributeList List<ResourceAttribute>?
Information about the resource that is being migrated. This data will be used to map the task to a resource in the Application Discovery Service repository.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
task Task?
Task object encapsulating task information.
final
updateDateTime DateTime?
The timestamp when the task was gathered.
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