# PatchedPromptRequest
## Properties
**name** | Option<**String**> | | [optional]
**field_key** | Option<**String**> | Name of the form field, also used to store the value | [optional]
**label** | Option<**String**> | | [optional]
**r#type** | Option<[**models::PromptTypeEnum**](PromptTypeEnum.md)> | | [optional]
**required** | Option<**bool**> | | [optional]
**placeholder** | Option<**String**> | Optionally provide a short hint that describes the expected input value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple choices. | [optional]
**initial_value** | Option<**String**> | Optionally pre-fill the input with an initial value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple default choices. | [optional]
**order** | Option<**i32**> | | [optional]
**promptstage_set** | Option<[**Vec<models::StageRequest>**](StageRequest.md)> | | [optional]
**sub_text** | Option<**String**> | | [optional]
**placeholder_expression** | Option<**bool**> | | [optional]
**initial_value_expression** | Option<**bool**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)