ImportJob class
A resource that represents the background job that imports asset frames.
Constructors
- 
          ImportJob({String? assetSource, String? completeTime, String? createTime, String? displayName, ExecutionReport? executionReport, Map<String, String> ? labels, String? name, String? state, String? updateTime, ValidationReport? validationReport})
- ImportJob.fromJson(Map json_)
Properties
- assetSource ↔ String?
- 
  Reference to a source.
  getter/setter pair
- completeTime ↔ String?
- 
  The timestamp when the import job was completed.
  getter/setter pair
- createTime ↔ String?
- 
  The timestamp when the import job was created.
  getter/setter pair
- displayName ↔ String?
- 
  User-friendly display name.
  getter/setter pair
- executionReport ↔ ExecutionReport?
- 
  The report with the results of running the import job.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  labels
  ↔ Map<String, String> ?
- 
  Labels as key value pairs.
  getter/setter pair
- name ↔ String?
- 
  The full name of the import job.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- state ↔ String?
- 
  The state of the import job.
  getter/setter pair
- updateTime ↔ String?
- 
  The timestamp when the import job was last updated.
  getter/setter pair
- validationReport ↔ ValidationReport?
- 
  The report with the validation results of the import job.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited