Class: Google::Apis::HealthcareV1::RollbackFhirResourceFilteringFields

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RollbackFhirResourceFilteringFields

Returns a new instance of RollbackFhirResourceFilteringFields.



4331
4332
4333
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4331

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#metadata_filterString

Optional. A filter expression that matches data in the Resource.meta element. Supports all filters in AIP-160 except the "has" (:) operator. Supports the following custom functions: * tag("") = "" for tag filtering. * extension_value_ts("") = for filtering extensions with a timestamp, where `is a Unix timestamp. Supports the>,<,<=,>=, and!=comparison operators. Corresponds to the JSON propertymetadataFilter`

Returns:

  • (String)


4324
4325
4326
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4324

def 
  @metadata_filter
end

#operation_idsArray<Fixnum>

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

Returns:

  • (Array<Fixnum>)


4329
4330
4331
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4329

def operation_ids
  @operation_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4336
4337
4338
4339
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4336

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