Show / Hide Table of Contents

Class GoogleSearchIdeahubV1betaListAvailableLocalesResponse

Response for whether ideas are available for a given web property on a platform, for the currently logged-in user.

Inheritance
System.Object
GoogleSearchIdeahubV1betaListAvailableLocalesResponse
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.v1beta.Data
Assembly: Google.Apis.Ideahub.v1beta.dll
Syntax
public class GoogleSearchIdeahubV1betaListAvailableLocalesResponse : IDirectResponseSchema

Properties

AvailableLocales

Locales for which ideas are available for the given Creator.

Declaration
[JsonProperty("availableLocales")]
public virtual IList<GoogleSearchIdeahubV1betaAvailableLocale> AvailableLocales { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GoogleSearchIdeahubV1betaAvailableLocale>

ETag

The ETag of the item.

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

NextPageToken

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

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

Implements

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