SwaggerCustomDynamicProperties Class
The swagger custom dynamic properties.
- Inheritance
-
msrest.serialization.ModelSwaggerCustomDynamicProperties
Constructor
SwaggerCustomDynamicProperties(*, operation_id: str | None = None, value_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. |
value_path
|
Json pointer to the dynamic schema on the response body. |
parameters
|
The operation parameters. |
Variables
Name | Description |
---|---|
operation_id
|
The operation id to fetch dynamic schema. |
value_path
|
Json pointer to the dynamic schema on the response body. |
parameters
|
The operation parameters. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python