Class DeidentifyOperationMetadata
Details about the work the de-identify operation performed.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class DeidentifyOperationMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FhirOutput
Details about the FHIR store to write the output to.
Declaration
[JsonProperty("fhirOutput")]
public virtual FhirOutput FhirOutput { get; set; }
Property Value
Type | Description |
---|---|
FhirOutput |