IDPLDAPAccessInformation constructor
      
      IDPLDAPAccessInformation({ 
    
    
- Struct? attributes,
 
Implementation
factory IDPLDAPAccessInformation({
  $1.Struct? attributes,
}) {
  final $result = create();
  if (attributes != null) {
    $result.attributes = attributes;
  }
  return $result;
}