SwaggerCustomDynamicTreeCommand Class
The swagger tree command.
- Inheritance
-
msrest.serialization.ModelSwaggerCustomDynamicTreeCommand
Constructor
SwaggerCustomDynamicTreeCommand(*, operation_id: str | None = None, items_path: str | None = None, item_value_path: str | None = None, item_title_path: str | None = None, item_full_title_path: str | None = None, item_is_parent: str | None = None, selectable_filter: str | None = None, parameters: Dict[str, SwaggerCustomDynamicTreeParameter] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
operation_id
|
The path to an item property which defines the display name of the item. |
items_path
|
The path to an item property which defines the display name of the item. |
item_value_path
|
The path to an item property which defines the display name of the item. |
item_title_path
|
The path to an item property which defines the display name of the item. |
item_full_title_path
|
The path to an item property which defines the display name of the item. |
item_is_parent
|
The path to an item property which defines the display name of the item. |
selectable_filter
|
The path to an item property which defines the display name of the item. |
parameters
|
Dictionary of |
Variables
Name | Description |
---|---|
operation_id
|
The path to an item property which defines the display name of the item. |
items_path
|
The path to an item property which defines the display name of the item. |
item_value_path
|
The path to an item property which defines the display name of the item. |
item_title_path
|
The path to an item property which defines the display name of the item. |
item_full_title_path
|
The path to an item property which defines the display name of the item. |
item_is_parent
|
The path to an item property which defines the display name of the item. |
selectable_filter
|
The path to an item property which defines the display name of the item. |
parameters
|
Dictionary of |
Azure SDK for Python