SecurityPolicyAssociation constructor

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

Implementation

SecurityPolicyAssociation({
  this.attachmentId,
  this.displayName,
  this.excludedFolders = const [],
  this.excludedProjects = const [],
  this.name,
  this.securityPolicyId,
  this.shortName,
}) : super(fullyQualifiedName);