SwaggerCustomDynamicTreeSettings Class

The swagger custom dynamic tree settings.

Inheritance
msrest.serialization.Model
SwaggerCustomDynamicTreeSettings

Constructor

SwaggerCustomDynamicTreeSettings(*, can_select_parent_nodes: bool | None = None, can_select_leaf_nodes: bool | None = None, **kwargs)

Keyword-Only Parameters

Name Description
can_select_parent_nodes

Indicates whether parent nodes can be selected.

can_select_leaf_nodes

Indicates whether leaf nodes can be selected.

Variables

Name Description
can_select_parent_nodes

Indicates whether parent nodes can be selected.

can_select_leaf_nodes

Indicates whether leaf nodes can be selected.