Class Result
The consent evaluation result for a single data_id
.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class Result : IDirectResponseSchema
Properties
ConsentDetails
The resource names of all evaluated Consents mapped to their evaluation.
Declaration
[JsonProperty("consentDetails")]
public virtual IDictionary<string, ConsentEvaluation> ConsentDetails { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, ConsentEvaluation> |
Consented
Whether the resource is consented for the given use.
Declaration
[JsonProperty("consented")]
public virtual bool? Consented { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DataId
The unique identifier of the evaluated resource.
Declaration
[JsonProperty("dataId")]
public virtual string DataId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |