DescribeHarvestJobResponse constructor

DescribeHarvestJobResponse({
  1. String? arn,
  2. String? channelId,
  3. String? createdAt,
  4. String? endTime,
  5. String? id,
  6. String? originEndpointId,
  7. S3Destination? s3Destination,
  8. String? startTime,
  9. Status? status,
})

Implementation

DescribeHarvestJobResponse({
  this.arn,
  this.channelId,
  this.createdAt,
  this.endTime,
  this.id,
  this.originEndpointId,
  this.s3Destination,
  this.startTime,
  this.status,
});