SwaggerCustomDynamicTreeSettings Class
The swagger custom dynamic tree settings.
- Inheritance
-
msrest.serialization.ModelSwaggerCustomDynamicTreeSettings
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python