Class: Google::Apis::HealthcareV1::RollbackHl7MessagesFilteringFields
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1::RollbackHl7MessagesFilteringFields
- 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
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.
4528 4529 4530 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4528 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
4526 4527 4528 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4526 def operation_ids @operation_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4533 4534 4535 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4533 def update!(**args) @operation_ids = args[:operation_ids] if args.key?(:operation_ids) end |