Class: Google::Apis::HealthcareV1::RollbackHl7MessagesFilteringFields

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_idsArray<Fixnum>

Optional. A list of operation IDs to roll back. Corresponds to the JSON property operationIds

Returns:

  • (Array<Fixnum>)


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