Show / Hide Table of Contents

Class PlatformsResource.PropertiesResource.LocalesResource

The "locales" collection of methods.

Inheritance
System.Object
PlatformsResource.PropertiesResource.LocalesResource
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
Assembly: Google.Apis.Ideahub.v1beta.dll
Syntax
public class LocalesResource

Constructors

LocalesResource(IClientService)

Constructs a new resource.

Declaration
public LocalesResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

List(String)

Returns which locales ideas are available in for a given Creator.

Declaration
public virtual PlatformsResource.PropertiesResource.LocalesResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Required. The web property to check idea availability for Format: platforms/{platform}/property/{property}

Returns
Type Description
PlatformsResource.PropertiesResource.LocalesResource.ListRequest
In This Article
Back to top