Show / Hide Table of Contents

Class PlatformsResource.PropertiesResource.IdeaActivitiesResource

The "ideaActivities" collection of methods.

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

Constructors

IdeaActivitiesResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleSearchIdeahubV1betaIdeaActivity, String)

Creates an idea activity entry.

Declaration
public virtual PlatformsResource.PropertiesResource.IdeaActivitiesResource.CreateRequest Create(GoogleSearchIdeahubV1betaIdeaActivity body, string parent)
Parameters
Type Name Description
GoogleSearchIdeahubV1betaIdeaActivity body

The body of the request.

System.String parent

Required. The parent resource where this idea activity will be created. Format: platforms/{platform}/property/{property}

Returns
Type Description
PlatformsResource.PropertiesResource.IdeaActivitiesResource.CreateRequest
In This Article
Back to top