Class: Google::Apis::HealthcareV1beta1::RollbackHl7MessagesFilteringFields
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::RollbackHl7MessagesFilteringFields
- 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
Filtering fields for an HL7v2 rollback. Currently only supports a list of operation ids to roll back.
Instance Attribute Summary collapse
-
#operation_ids ⇒ Array<Fixnum>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RollbackHl7MessagesFilteringFields
constructor
A new instance of RollbackHl7MessagesFilteringFields.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RollbackHl7MessagesFilteringFields
Returns a new instance of RollbackHl7MessagesFilteringFields.
6100 6101 6102 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6100 def initialize(**args) update!(**args) end |
Instance Attribute Details
#operation_ids ⇒ Array<Fixnum>
Optional. A list of operation IDs to roll back.
Corresponds to the JSON property operationIds
6098 6099 6100 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6098 def operation_ids @operation_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6105 6106 6107 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6105 def update!(**args) @operation_ids = args[:operation_ids] if args.key?(:operation_ids) end |