Class: Google::Apis::HealthcareV1beta1::RollbackHl7V2MessagesResponse

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

Final response of rollback FHIR resources request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RollbackHl7V2MessagesResponse

Returns a new instance of RollbackHl7V2MessagesResponse.



6180
6181
6182
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6180

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/ fhir_store_id". Corresponds to the JSON property hl7v2Store

Returns:

  • (String)


6178
6179
6180
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6178

def hl7v2_store
  @hl7v2_store
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6185
6186
6187
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6185

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