SwaggerXml Class
The Swagger XML.
- Inheritance
-
msrest.serialization.ModelSwaggerXml
Constructor
SwaggerXml(*, name: str | None = None, namespace: str | None = None, prefix: str | None = None, attribute: bool | None = None, wrapped: bool | None = None, extensions: Dict[str, Any] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The xml element or attribute name. |
namespace
|
The xml namespace. |
prefix
|
The name prefix. |
attribute
|
Indicates whether the property should be an attribute instead of an element. |
wrapped
|
Indicates whether the array elements are wrapped in a container element. |
extensions
|
The vendor extensions. |
Variables
Name | Description |
---|---|
name
|
The xml element or attribute name. |
namespace
|
The xml namespace. |
prefix
|
The name prefix. |
attribute
|
Indicates whether the property should be an attribute instead of an element. |
wrapped
|
Indicates whether the array elements are wrapped in a container element. |
extensions
|
The vendor extensions. |
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