OptionGroupResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the option group. | [default to null] |
| name | String | Name of the option group. | [default to null] |
| multiple | Boolean | Whether multiple options can be selected. | [default to null] |
| required | Boolean | Whether selecting an option is required. | [default to null] |
| max_options | Integer | Maximum number of options that can be selected. | [optional] [default to null] |
| options | List | List of options in the group. | [default to null] |