Show / Hide Table of Contents

Class IdeasResource

The "ideas" collection of methods.

Inheritance
System.Object
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.v1alpha
Assembly: Google.Apis.Ideahub.v1alpha.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()

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

Declaration
public virtual IdeasResource.ListRequest List()
Returns
Type Description
IdeasResource.ListRequest
In This Article
Back to top