SwaggerExternalDocumentation Class
The swagger external documentation.
- Inheritance
-
msrest.serialization.ModelSwaggerExternalDocumentation
Constructor
SwaggerExternalDocumentation(*, description: str | None = None, uri: str | None = None, extensions: Dict[str, Any] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
The document description. |
uri
|
The documentation Uri. |
extensions
|
The vendor extensions. |
Variables
Name | Description |
---|---|
description
|
The document description. |
uri
|
The documentation Uri. |
extensions
|
The vendor extensions. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python