SwaggerCustomDynamicTreeParameter Class

The swagger custom dynamic tree parameter.

Inheritance
SwaggerCustomDynamicTreeParameter

Constructor

SwaggerCustomDynamicTreeParameter(*, selected_item_value_path: Optional[str] = None, value: Optional[Any] = None, parameter_reference: Optional[str] = None, required: Optional[bool] = None, **kwargs)

Variables

selected_item_value_path
str

Gets or sets a path to a property in the currently selected item to pass as a value to a parameter for the given operation.

value
any

The parameter value.

parameter_reference
str

The parameter reference.

required
bool

Indicates whether the parameter is required.