PolicyAttributeTypeDescription constructor

PolicyAttributeTypeDescription({
  1. String? attributeName,
  2. String? attributeType,
  3. String? cardinality,
  4. String? defaultValue,
  5. String? description,
})

Implementation

PolicyAttributeTypeDescription({
  this.attributeName,
  this.attributeType,
  this.cardinality,
  this.defaultValue,
  this.description,
});