View Source GoogleApi.HealthCare.V1beta1.Model.RollbackFhirResourceFilteringFields (google_api_health_care v0.50.1)

Filters to select resources that need to be rolled back.

Attributes

  • metadataFilter (type: String.t, default: nil) - 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. *operationIds(*type:*list(String.t), *default:*nil`) - Optional. A list of operation IDs to roll back. Only changes made by these operations will be rolled back.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.RollbackFhirResourceFilteringFields{
  metadataFilter: String.t() | nil,
  operationIds: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.