Class: Google::Apis::HealthcareV1beta1::BatchGetMessagesResponse
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::BatchGetMessagesResponse
- 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
-
#messages ⇒ Array<Google::Apis::HealthcareV1beta1::Message>
The returned Messages.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchGetMessagesResponse
constructor
A new instance of BatchGetMessagesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#messages ⇒ Array<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 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 |