ConsentStore class

Represents a consent store.

Constructors

ConsentStore({String? defaultConsentTtl, bool? enableConsentCreateOnUpdate, Map<String, String>? labels, String? name})
ConsentStore.fromJson(Map json_)

Properties

defaultConsentTtl String?
Default time to live for Consents created in this store.
getter/setter pair
enableConsentCreateOnUpdate bool?
If true, UpdateConsent creates the Consent if it does not already exist.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-supplied key-value pairs used to organize consent stores.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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