SwaggerCustomDynamicTreeCommand Class

The swagger tree command.

Inheritance
msrest.serialization.Model
SwaggerCustomDynamicTreeCommand

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
str

The path to an item property which defines the display name of the item.

items_path
str

The path to an item property which defines the display name of the item.

item_value_path
str

The path to an item property which defines the display name of the item.

item_title_path
str

The path to an item property which defines the display name of the item.

item_full_title_path
str

The path to an item property which defines the display name of the item.

item_is_parent
str

The path to an item property which defines the display name of the item.

selectable_filter
str

The path to an item property which defines the display name of the item.

parameters

Dictionary of <SwaggerCustomDynamicTreeParameter>.

Variables

Name Description
operation_id
str

The path to an item property which defines the display name of the item.

items_path
str

The path to an item property which defines the display name of the item.

item_value_path
str

The path to an item property which defines the display name of the item.

item_title_path
str

The path to an item property which defines the display name of the item.

item_full_title_path
str

The path to an item property which defines the display name of the item.

item_is_parent
str

The path to an item property which defines the display name of the item.

selectable_filter
str

The path to an item property which defines the display name of the item.

parameters

Dictionary of <SwaggerCustomDynamicTreeParameter>.