GoogleApi.HealthCare.V1beta1.Model.ExportMessagesRequest (google_api_health_care v0.40.0) View Source
Request to schedule an export.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - The end of the range insend_time
(MSH.7, https://www.hl7.org/documentcenter/public_temp_2E58C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process. If not specified, the time when the export is scheduled is used. This value has to come after thestart_time
defined below. Only messages whosesend_time
lies in the rangestart_time
(inclusive) toend_time
(exclusive) are exported. -
gcsDestination
(type:GoogleApi.HealthCare.V1beta1.Model.GcsDestination.t
, default:nil
) - Export to a Cloud Storage destination. -
startTime
(type:DateTime.t
, default:nil
) - The start of the range insend_time
(MSH.7, https://www.hl7.org/documentcenter/public_temp_2E58C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process. If not specified, the UNIX epoch (1970-01-01T00:00:00Z) is used. This value has to come before theend_time
defined below. Only messages whosesend_time
lies in the rangestart_time
(inclusive) toend_time
(exclusive) are exported.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.ExportMessagesRequest{ endTime: DateTime.t() | nil, gcsDestination: GoogleApi.HealthCare.V1beta1.Model.GcsDestination.t() | nil, startTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.