Class: Google::Apis::HealthcareV1beta1::BatchGetMessagesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/google/apis/healthcare_v1beta1/representations.rb

Overview

Gets multiple messages in a specified HL7v2 store.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchGetMessagesResponse

Returns a new instance of BatchGetMessagesResponse.



751
752
753
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 751

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#messagesArray<Google::Apis::HealthcareV1beta1::Message>

The returned Messages. See MessageView for populated fields. Corresponds to the JSON property messages



749
750
751
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 749

def messages
  @messages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



756
757
758
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 756

def update!(**args)
  @messages = args[:messages] if args.key?(:messages)
end