Enrollment constructor

Enrollment({
  1. Map<String, String>? annotations,
  2. String? celMatch,
  3. String? createTime,
  4. String? destination,
  5. String? displayName,
  6. String? etag,
  7. Map<String, String>? labels,
  8. String? messageBus,
  9. String? name,
  10. String? uid,
  11. String? updateTime,
})

Implementation

Enrollment({
  this.annotations,
  this.celMatch,
  this.createTime,
  this.destination,
  this.displayName,
  this.etag,
  this.labels,
  this.messageBus,
  this.name,
  this.uid,
  this.updateTime,
});