SwaggerCustomDynamicList Class
The swagger custom dynamic list.
- Inheritance
-
msrest.serialization.ModelSwaggerCustomDynamicList
Constructor
SwaggerCustomDynamicList(*, operation_id: str | None = None, built_in_operation: str | None = None, items_path: str | None = None, item_value_path: str | None = None, item_title_path: str | None = None, parameters: Dict[str, SwaggerCustomDynamicProperties] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
operation_id
|
The operation id to fetch dynamic schema. |
built_in_operation
|
The built in operation. |
items_path
|
The path to a response property (relative to the response object, not the response body) which contains an array of dynamic value items. |
item_value_path
|
The path to a property which defines the value which should be used. |
item_title_path
|
The path to an item property which defines the display name of the item. |
parameters
|
The parameters. |
Variables
Name | Description |
---|---|
operation_id
|
The operation id to fetch dynamic schema. |
built_in_operation
|
The built in operation. |
items_path
|
The path to a response property (relative to the response object, not the response body) which contains an array of dynamic value items. |
item_value_path
|
The path to a property which defines the value which should be used. |
item_title_path
|
The path to an item property which defines the display name of the item. |
parameters
|
The parameters. |
Azure SDK for Python