Class: Google::Apis::HealthcareV1::RollbackHl7V2MessagesResponse
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1::RollbackHl7V2MessagesResponse
- 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
-
#hl7v2_store ⇒ String
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
".
Instance Method Summary collapse
-
#initialize(**args) ⇒ RollbackHl7V2MessagesResponse
constructor
A new instance of RollbackHl7V2MessagesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_store ⇒ String
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
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 |