Show / Hide Table of Contents

Class PlatformsResource.PropertiesResource.TopicStatesResource

The "topicStates" collection of methods.

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

Constructors

TopicStatesResource(IClientService)

Constructs a new resource.

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

Methods

Patch(GoogleSearchIdeahubV1betaTopicState, String)

Update a topic state resource.

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

The body of the request.

System.String name

Unique identifier for the topic state. Format: platforms/{platform}/properties/{property}/topicStates/{topic_state}

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