Class GoogleCloudAdvisorynotificationsV1Text
A text object containing the English text and its localized copies.
Implements
Inherited Members
Namespace: Google.Apis.Advisorynotifications.v1.Data
Assembly: Google.Apis.Advisorynotifications.v1.dll
Syntax
public class GoogleCloudAdvisorynotificationsV1Text : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnText
The English copy.
Declaration
[JsonProperty("enText")]
public virtual string EnText { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalizationState
Status of the localization.
Declaration
[JsonProperty("localizationState")]
public virtual string LocalizationState { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalizedText
The requested localized copy (if applicable).
Declaration
[JsonProperty("localizedText")]
public virtual string LocalizedText { get; set; }
Property Value
Type | Description |
---|---|
string |