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.



6283
6284
6285
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6283

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)


6281
6282
6283
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6281

def hl7v2_store
  @hl7v2_store
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6288
6289
6290
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6288

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