DescribeContactResponse class
Constructors
-
DescribeContactResponse({String? contactId, ContactStatus? contactStatus, List<
DataflowDetail> ? dataflowList, DateTime? endTime, String? errorMessage, String? groundStation, Elevation? maximumElevation, String? missionProfileArn, DateTime? postPassEndTime, DateTime? prePassStartTime, String? region, String? satelliteArn, DateTime? startTime, Map<String, String> ? tags}) -
DescribeContactResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- contactId → String?
-
UUID of a contact.
final
- contactStatus → ContactStatus?
-
Status of a contact.
final
-
dataflowList
→ List<
DataflowDetail> ? -
List describing source and destination details for each dataflow edge.
final
- endTime → DateTime?
-
End time of a contact.
final
- errorMessage → String?
-
Error message for a contact.
final
- groundStation → String?
-
Ground station for a contact.
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 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