LocalizableString Class
Localizable string object containing the name and a localized value.
- Inheritance
-
azure.mgmt.web._serialization.ModelLocalizableString
Constructor
LocalizableString(*, value: str | None = None, localized_value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
Non-localized name. |
localized_value
|
Localized name. |
Variables
Name | Description |
---|---|
value
|
Non-localized name. |
localized_value
|
Localized name. |
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