Consent constructor

Consent({
  1. String? consentArtifact,
  2. String? expireTime,
  3. Map<String, String>? metadata,
  4. String? name,
  5. List<GoogleCloudHealthcareV1ConsentPolicy>? policies,
  6. String? revisionCreateTime,
  7. String? revisionId,
  8. String? state,
  9. String? ttl,
  10. String? userId,
})

Implementation

Consent({
  this.consentArtifact,
  this.expireTime,
  this.metadata,
  this.name,
  this.policies,
  this.revisionCreateTime,
  this.revisionId,
  this.state,
  this.ttl,
  this.userId,
});