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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python