StartImportResponse class
Constructors
-
StartImportResponse({DateTime? createdDate, String? importId, ImportStatus? importStatus, MergeStrategy? mergeStrategy, String? name, ResourceType? resourceType, List<
Tag> ? tags}) -
StartImportResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdDate → DateTime?
-
A timestamp for the date and time that the import job was requested.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- importId → String?
-
The identifier for the specific import job.
final
- importStatus → ImportStatus?
-
The status of the import job. If the status is
FAILED
, you can get the reason for the failure using theGetImport
operation.final - mergeStrategy → MergeStrategy?
-
The action to take when there is a merge conflict.
final
- name → String?
-
The name given to the import job.
final
- resourceType → ResourceType?
-
The type of resource to import.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
A list of tags added to the imported bot.
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