| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Specifies an attribute name to search for | |
| types | [CustomAttributeTypesEnum] | Specifies an attribute types to search for | |
| is_required | bool, none_type | Specifies an attribute mandatory status to search for | [optional] |
| is_global | bool, none_type | Specifies an attribute global status to search for | [optional] |
| is_enabled | bool, none_type | Specifies an attribute enabled status to search for | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |