Show / Hide Table of Contents

Class PlatformsResource.PropertiesResource.IdeaStatesResource

The "ideaStates" collection of methods.

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

Constructors

IdeaStatesResource(IClientService)

Constructs a new resource.

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

Methods

Patch(GoogleSearchIdeahubV1betaIdeaState, String)

Update an idea state resource.

Declaration
public virtual PlatformsResource.PropertiesResource.IdeaStatesResource.PatchRequest Patch(GoogleSearchIdeahubV1betaIdeaState body, string name)
Parameters
Type Name Description
GoogleSearchIdeahubV1betaIdeaState body

The body of the request.

System.String name

Unique identifier for the idea state. Format: platforms/{platform}/properties/{property}/ideaStates/{idea_state}

Returns
Type Description
PlatformsResource.PropertiesResource.IdeaStatesResource.PatchRequest
In This Article
Back to top