JobMetadata constructor

JobMetadata({
  1. String? addressId,
  2. String? clusterId,
  3. DateTime? creationDate,
  4. DataTransfer? dataTransferProgress,
  5. String? description,
  6. DeviceConfiguration? deviceConfiguration,
  7. String? forwardingAddressId,
  8. String? jobId,
  9. JobLogs? jobLogInfo,
  10. JobState? jobState,
  11. JobType? jobType,
  12. String? kmsKeyARN,
  13. Notification? notification,
  14. JobResource? resources,
  15. String? roleARN,
  16. ShippingDetails? shippingDetails,
  17. SnowballCapacity? snowballCapacityPreference,
  18. SnowballType? snowballType,
  19. TaxDocuments? taxDocuments,
})

Implementation

JobMetadata({
  this.addressId,
  this.clusterId,
  this.creationDate,
  this.dataTransferProgress,
  this.description,
  this.deviceConfiguration,
  this.forwardingAddressId,
  this.jobId,
  this.jobLogInfo,
  this.jobState,
  this.jobType,
  this.kmsKeyARN,
  this.notification,
  this.resources,
  this.roleARN,
  this.shippingDetails,
  this.snowballCapacityPreference,
  this.snowballType,
  this.taxDocuments,
});