Show / Hide Table of Contents

Class RollbackFhirResourceFilteringFields

Inheritance
object
RollbackFhirResourceFilteringFields
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class RollbackFhirResourceFilteringFields : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MetadataFilter

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.

Declaration
[JsonProperty("metadataFilter")]
public virtual string MetadataFilter { get; set; }
Property Value
Type Description
string

OperationIds

Optional. A list of operation IDs to roll back.

Declaration
[JsonProperty("operationIds")]
public virtual IList<ulong?> OperationIds { get; set; }
Property Value
Type Description
IList<ulong?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX