Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.71 KB

File metadata and controls

13 lines (10 loc) · 2.71 KB

WriteActionParameter

Fields

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.