ConsentStatus constructor

ConsentStatus({
  1. int? collectionTemplateId,
  2. int? consentLifetime,
  3. int? consentPurposeId,
  4. String? consentPurposeName,
  5. bool? consentStatus,
  6. int? dataPrincipalId,
  7. String? frequency,
  8. int? piiLabelId,
  9. int? processingPurposeId,
})

Implementation

ConsentStatus(
    {this.collectionTemplateId,
      this.consentLifetime,
      this.consentPurposeId,
      this.consentPurposeName,
      this.consentStatus,
      this.dataPrincipalId,
      this.frequency,
      this.piiLabelId,
      this.processingPurposeId});