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.



779
780
781
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 779

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



777
778
779
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 777

def messages
  @messages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



784
785
786
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 784

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