ATTRIBUTES
Lists all editable attributes of a model.
Syntax
Arguments
| Argument | Type | Description |
|---|---|---|
MODEL |
Required | Model class |
FILTER |
Optional | Filter type: null, valid |
Examples
List All Attributes
Output:
Filter Nullable Fields
Shows only fields that can be NULL.
Filter Required Fields
Shows only required (non-nullable) fields.