SecurityPolicyAssociation constructor

SecurityPolicyAssociation({
  1. String? attachmentId,
  2. String? displayName,
  3. List<String>? excludedFolders,
  4. List<String>? excludedProjects,
  5. String? name,
  6. String? securityPolicyId,
  7. String? shortName,
})

Implementation

SecurityPolicyAssociation({
  this.attachmentId,
  this.displayName,
  this.excludedFolders,
  this.excludedProjects,
  this.name,
  this.securityPolicyId,
  this.shortName,
});