DescribeContactResponse constructor

DescribeContactResponse({
  1. String? contactId,
  2. ContactStatus? contactStatus,
  3. List<DataflowDetail>? dataflowList,
  4. DateTime? endTime,
  5. String? errorMessage,
  6. String? groundStation,
  7. Elevation? maximumElevation,
  8. String? missionProfileArn,
  9. DateTime? postPassEndTime,
  10. DateTime? prePassStartTime,
  11. String? region,
  12. String? satelliteArn,
  13. DateTime? startTime,
  14. Map<String, String>? tags,
})

Implementation

DescribeContactResponse({
  this.contactId,
  this.contactStatus,
  this.dataflowList,
  this.endTime,
  this.errorMessage,
  this.groundStation,
  this.maximumElevation,
  this.missionProfileArn,
  this.postPassEndTime,
  this.prePassStartTime,
  this.region,
  this.satelliteArn,
  this.startTime,
  this.tags,
});