class PlatformsPropertiesTopicStates extends Resource (View source)

The "topicStates" collection of methods.

Typical usage is:

 $ideahubService = new Google\Service\Ideahub(...);
 $topicStates = $ideahubService->platforms_properties_topicStates;

Methods

patch(string $name, GoogleSearchIdeahubV1betaTopicState $postBody, array $optParams = [])

Update a topic state resource. (topicStates.patch)

Details

GoogleSearchIdeahubV1betaTopicState patch(string $name, GoogleSearchIdeahubV1betaTopicState $postBody, array $optParams = [])

Update a topic state resource. (topicStates.patch)

Parameters

string $name

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

GoogleSearchIdeahubV1betaTopicState $postBody
array $optParams

Optional parameters.

Return Value

GoogleSearchIdeahubV1betaTopicState