Class FhirFilter
Filter configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class FhirFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Resources
List of resources to include in the output. If this list is empty or not specified, all resources are included in the output.
Declaration
[JsonProperty("resources")]
public virtual Resources Resources { get; set; }
Property Value
Type | Description |
---|---|
Resources |