Show / Hide Table of Contents

Class GoogleSearchIdeahubV1alphaAvailableLocale

Represents locales that are available for a web property.

Inheritance
System.Object
GoogleSearchIdeahubV1alphaAvailableLocale
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Ideahub.v1alpha.Data
Assembly: Google.Apis.Ideahub.v1alpha.dll
Syntax
public class GoogleSearchIdeahubV1alphaAvailableLocale : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Locale

A string in BCP 47 format, without a resource prefix.

Declaration
[JsonProperty("locale")]
public virtual string Locale { get; set; }
Property Value
Type Description
System.String

Name

A string in BCP 47 format, prefixed with the platform and property name, and "locales/". Format: platforms/{platform}/properties/{property}/locales/{locale}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top