class Google::Apis::HealthcareV1::IngestMessageRequest

Ingests a message into the specified HL7v2 store.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @message = args[:message] if args.key?(:message)
end