PolicyName constructor

PolicyName({
  1. String? id,
  2. String? region,
  3. String? type,
})

Implementation

PolicyName({this.id, this.region, this.type});