JobMetadata constructor
JobMetadata({
- String? addressId,
- String? clusterId,
- DateTime? creationDate,
- DataTransfer? dataTransferProgress,
- String? description,
- DeviceConfiguration? deviceConfiguration,
- String? forwardingAddressId,
- String? jobId,
- JobLogs? jobLogInfo,
- JobState? jobState,
- JobType? jobType,
- String? kmsKeyARN,
- Notification? notification,
- JobResource? resources,
- String? roleARN,
- ShippingDetails? shippingDetails,
- SnowballCapacity? snowballCapacityPreference,
- SnowballType? snowballType,
- 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,
});