google_api_health_care v0.8.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. Usehl7_v2_messagesinstead. 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 Sourcet() :: %GoogleApi.HealthCare.V1beta1.Model.ListMessagesResponse{
hl7V2Messages: [GoogleApi.HealthCare.V1beta1.Model.Message.t()],
messages: [String.t()],
nextPageToken: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.