Show / Hide Table of Contents

Class PlatformsResource.PropertiesResource.IdeasResource

The "ideas" collection of methods.

Inheritance
System.Object
PlatformsResource.PropertiesResource.IdeasResource
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 IdeasResource

Constructors

IdeasResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

List ideas for a given Creator and filter and sort options.

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

Required. If defined, specifies the creator for which to filter by. Format: publishers/{publisher}/properties/{property}

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