Show / Hide Table of Contents

Class UserFacingMessage

Provides a user-facing message with locale info. The maximum message length is 4096 characters.

Inheritance
object
UserFacingMessage
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.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class UserFacingMessage : IDirectResponseSchema

Properties

DefaultMessage

The default message displayed if no localized message is specified or the user's locale doesn't match with any of the localized messages. A default message must be provided if any localized messages are provided.

Declaration
[JsonProperty("defaultMessage")]
public virtual string DefaultMessage { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LocalizedMessages

A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.

Declaration
[JsonProperty("localizedMessages")]
public virtual IDictionary<string, string> LocalizedMessages { get; set; }
Property Value
Type Description
IDictionary<string, string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX