EvaluateUserConsentsRequest constructor

EvaluateUserConsentsRequest({
  1. ConsentList? consentList,
  2. int? pageSize,
  3. String? pageToken,
  4. Map<String, String>? requestAttributes,
  5. Map<String, String>? resourceAttributes,
  6. String? responseView,
  7. String? userId,
})

Implementation

EvaluateUserConsentsRequest({
  this.consentList,
  this.pageSize,
  this.pageToken,
  this.requestAttributes,
  this.resourceAttributes,
  this.responseView,
  this.userId,
});