Show / Hide Table of Contents

Class Result

The consent evaluation result for a single data_id.

Inheritance
object
Result
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX