Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.38 KB

PatchedPromptRequest.md

File metadata and controls

22 lines (17 loc) · 1.38 KB

PatchedPromptRequest

Properties

Name Type Description Notes
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> [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<Vecmodels::StageRequest> [optional]
sub_text Option<String> [optional]
placeholder_expression Option<bool> [optional]
initial_value_expression Option<bool> [optional]

[Back to Model list] [Back to API list] [Back to README]