ContactData class

Data describing a contact.

Constructors

ContactData({String? contactId, ContactStatus? contactStatus, DateTime? endTime, String? errorMessage, String? groundStation, Elevation? maximumElevation, String? missionProfileArn, DateTime? postPassEndTime, DateTime? prePassStartTime, String? region, String? satelliteArn, DateTime? startTime, Map<String, String>? tags})
ContactData.fromJson(Map<String, dynamic> json)
factory

Properties

contactId String?
UUID of a contact.
final
contactStatus ContactStatus?
Status of a contact.
final
endTime DateTime?
End time of a contact.
final
errorMessage String?
Error message of a contact.
final
groundStation String?
Name of a ground station.
final
hashCode int
The hash code for this object.
no setterinherited
maximumElevation Elevation?
Maximum elevation angle of a contact.
final
missionProfileArn String?
ARN of a mission profile.
final
postPassEndTime DateTime?
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
final
prePassStartTime DateTime?
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
final
region String?
Region of a contact.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satelliteArn String?
ARN of a satellite.
final
startTime DateTime?
Start time of a contact.
final
tags Map<String, String>?
Tags assigned to a contact.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited