SwaggerCustomDynamicList Class

The swagger custom dynamic list.

Inheritance
msrest.serialization.Model
SwaggerCustomDynamicList

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
str

The operation id to fetch dynamic schema.

built_in_operation
str

The built in operation.

items_path
str

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
str

The path to a property which defines the value which should be used.

item_title_path
str

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

parameters

The parameters.

Variables

Name Description
operation_id
str

The operation id to fetch dynamic schema.

built_in_operation
str

The built in operation.

items_path
str

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
str

The path to a property which defines the value which should be used.

item_title_path
str

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

parameters

The parameters.