Consent class

Represents a user's consent.

Constructors

Consent.fromJson(Map json_)

Properties

consentArtifact String?
The resource name of the Consent artifact that contains proof of the end user's consent, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}.
getter/setter pair
expireTime String?
Timestamp in UTC of when this Consent is considered expired.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metadata Map<String, String>?
User-supplied key-value pairs used to organize Consent resources.
getter/setter pair
name String?
Identifier.
getter/setter pair
policies List<GoogleCloudHealthcareV1ConsentPolicy>?
Represents a user's consent in terms of the resources that can be accessed and under what conditions.
getter/setter pair
revisionCreateTime String?
The timestamp that the revision was created.
getter/setter pair
revisionId String?
The revision ID of the Consent.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
Indicates the current state of this Consent.
getter/setter pair
ttl String?
Input only.
getter/setter pair
userId String?
User's UUID provided by the client.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited