| Field | Type | Required | Description |
|---|---|---|---|
type |
Optional[models.WriteActionParameterType] | ➖ | The type of the value (e.g., integer, string, boolean, etc.) |
display_name |
Optional[str] | ➖ | Human readable display name for the key. |
value |
Optional[str] | ➖ | The value of the field. |
is_required |
Optional[bool] | ➖ | Is the parameter a required field. |
description |
Optional[str] | ➖ | Description of the parameter. |
possible_values |
List[models.PossibleValue] | ➖ | Possible values that the parameter can take. |