Show / Hide Table of Contents

Class GoogleCloudAdvisorynotificationsV1Text

A text object containing the English text and its localized copies.

Inheritance
object
GoogleCloudAdvisorynotificationsV1Text
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX