Advisory Notifications v1 API - Class Text (1.6.0)

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.

Inheritance

object > Text

Namespace

Google.Cloud.AdvisoryNotifications.V1

Assembly

Google.Cloud.AdvisoryNotifications.V1.dll

Constructors

Text()

public Text()

Text(Text)

public Text(Text other)
Parameter
NameDescription
otherText

Properties

EnText

public string EnText { get; set; }

The English copy.

Property Value
TypeDescription
string

LocalizationState

public LocalizationState LocalizationState { get; set; }

Status of the localization.

Property Value
TypeDescription
LocalizationState

LocalizedText

public string LocalizedText { get; set; }

The requested localized copy (if applicable).

Property Value
TypeDescription
string