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.
545 546 547 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 545 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
543 544 545 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 543 def @messages end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
550 551 552 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 550 def update!(**args) @messages = args[:messages] if args.key?(:messages) end |