ActivateConsentRequest constructor

ActivateConsentRequest({
  1. String? consentArtifact,
  2. String? expireTime,
  3. String? ttl,
})

Implementation

ActivateConsentRequest({
  this.consentArtifact,
  this.expireTime,
  this.ttl,
});