Class: Google::Apis::HealthcareV1::RollbackHl7V2MessagesResponse

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

Overview

Final response of rollback HL7v2 messages request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RollbackHl7V2MessagesResponse

Returns a new instance of RollbackHl7V2MessagesResponse.



4608
4609
4610
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4608

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

Instance Attribute Details

#hl7v2_storeString

The name of the HL7v2 store to rollback, in the format of "projects/ project_id/locations/location_id/datasets/dataset_id /hl7v2Stores/ hl7v2_store_id". Corresponds to the JSON property hl7v2Store

Returns:

  • (String)


4606
4607
4608
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4606

def hl7v2_store
  @hl7v2_store
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4613
4614
4615
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4613

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