google_api_health_care v0.7.0 GoogleApi.HealthCare.V1beta1.Model.ListMessagesResponse View Source

Lists the messages in the specified HL7v2 store.

Attributes

  • hl7V2Messages (type: list(GoogleApi.HealthCare.V1beta1.Model.Message.t), default: nil) - The returned Messages. Won't be more Messages than the value of page_size in the request. See view for populated fields.
  • messages (type: list(String.t), default: nil) - Deprecated. Use hl7_v2_messages instead. The returned message names. Won't be more values than the value of page_size in the request.
  • nextPageToken (type: String.t, default: nil) - Token to retrieve the next page of results or empty if there are no more results in the list.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.HealthCare.V1beta1.Model.ListMessagesResponse{
  hl7V2Messages: [GoogleApi.HealthCare.V1beta1.Model.Message.t()],
  messages: [String.t()],
  nextPageToken: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.