ExportMessagesRequest class

Request to schedule an export.

Constructors

ExportMessagesRequest({String? endTime, String? filter, GcsDestination? gcsDestination, PubsubDestination? pubsubDestination, String? startTime})
ExportMessagesRequest.fromJson(Map json_)

Properties

endTime String?
The end of the range in send_time (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E58C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process.
getter/setter pair
filter String?
Restricts messages exported to those matching a filter, only applicable to PubsubDestination.
getter/setter pair
gcsDestination GcsDestination?
Export to a Cloud Storage destination.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pubsubDestination PubsubDestination?
Export messages to a Pub/Sub topic.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
The start of the range in send_time (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E58C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process.
getter/setter pair

Methods

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

Operators

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