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.



5191
5192
5193
# File 'lib/google/apis/healthcare_v1/classes.rb', line 5191

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>)


5189
5190
5191
# File 'lib/google/apis/healthcare_v1/classes.rb', line 5189

def operation_ids
  @operation_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5196
5197
5198
# File 'lib/google/apis/healthcare_v1/classes.rb', line 5196

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