PolicySummary constructor

PolicySummary({
  1. String? policyArn,
  2. String? policyId,
  3. String? policyName,
  4. bool? remediationEnabled,
  5. String? resourceType,
  6. SecurityServiceType? securityServiceType,
})

Implementation

PolicySummary({
  this.policyArn,
  this.policyId,
  this.policyName,
  this.remediationEnabled,
  this.resourceType,
  this.securityServiceType,
});