SwaggerCustomDynamicTreeParameter Class

The swagger custom dynamic tree parameter.

Inheritance
msrest.serialization.Model
SwaggerCustomDynamicTreeParameter

Constructor

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

Keyword-Only Parameters

Name Description
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

Indicates whether the parameter is required.

Variables

Name Description
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

Indicates whether the parameter is required.