View Source GoogleApi.HealthCare.V1beta1.Model.RollbackHL7MessagesFilteringFields (google_api_health_care v0.56.1)

Filtering fields for an HL7v2 rollback. Currently only supports a list of operation ids to roll back.

Attributes

  • operationIds (type: list(String.t), default: nil) - Optional. A list of operation IDs to roll back.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.RollbackHL7MessagesFilteringFields{
  operationIds: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.