public sealed class Text : IMessage<Text>, IEquatable<Text>, IDeepCloneable<Text>, IBufferMessage, IMessage
Reference documentation and code samples for the Advisory Notifications v1 API class Text.
A text object containing the English text and its localized copies.
Namespace
Google.Cloud.AdvisoryNotifications.V1Assembly
Google.Cloud.AdvisoryNotifications.V1.dll
Constructors
Text()
public Text()
Text(Text)
public Text(Text other)
Parameter | |
---|---|
Name | Description |
other |
Text |
Properties
EnText
public string EnText { get; set; }
The English copy.
Property Value | |
---|---|
Type | Description |
string |
LocalizationState
public LocalizationState LocalizationState { get; set; }
Status of the localization.
Property Value | |
---|---|
Type | Description |
LocalizationState |
LocalizedText
public string LocalizedText { get; set; }
The requested localized copy (if applicable).
Property Value | |
---|---|
Type | Description |
string |