EvaluateUserConsentsRequest class

Evaluate a user's Consents for all matching User data mappings.

Note: User data mappings are indexed asynchronously, causing slight delays between the time mappings are created or updated and when they are included in EvaluateUserConsents results.

Constructors

EvaluateUserConsentsRequest({ConsentList? consentList, int? pageSize, String? pageToken, Map<String, String>? requestAttributes, Map<String, String>? resourceAttributes, String? responseView, String? userId})
EvaluateUserConsentsRequest.fromJson(Map json_)

Properties

consentList ConsentList?
Specific Consents to evaluate the access request against.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pageSize int?
Limit on the number of User data mappings to return in a single response.
getter/setter pair
pageToken String?
Token to retrieve the next page of results, or empty to get the first page.
getter/setter pair
requestAttributes Map<String, String>?
The values of request attributes associated with this access request.
getter/setter pair
resourceAttributes Map<String, String>?
The values of resource attributes associated with the resources being requested.
getter/setter pair
responseView String?
The view for EvaluateUserConsentsResponse.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
User ID to evaluate consents for.
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