SwaggerCustomDynamicList Class
The swagger custom dynamic list.
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. Default value: None
|
built_in_operation
|
The built in operation. Default value: None
|
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. Default value: None
|
item_value_path
|
The path to a property which defines the value which should be used. Default value: None
|
item_title_path
|
The path to an item property which defines the display name of the item. Default value: None
|
parameters
|
The parameters. Default value: None
|
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. |