ImportJob constructor

ImportJob({
  1. String? assetSource,
  2. String? completeTime,
  3. String? createTime,
  4. String? displayName,
  5. ExecutionReport? executionReport,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? state,
  9. String? updateTime,
  10. ValidationReport? validationReport,
})

Implementation

ImportJob({
  this.assetSource,
  this.completeTime,
  this.createTime,
  this.displayName,
  this.executionReport,
  this.labels,
  this.name,
  this.state,
  this.updateTime,
  this.validationReport,
});