class PlatformsPropertiesIdeaStates extends Resource (View source)

The "ideaStates" collection of methods.

Typical usage is:

 $ideahubService = new Google\Service\Ideahub(...);
 $ideaStates = $ideahubService->platforms_properties_ideaStates;

Methods

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

Update an idea state resource. (ideaStates.patch)

Details

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

Update an idea state resource. (ideaStates.patch)

Parameters

string $name

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

GoogleSearchIdeahubV1betaIdeaState $postBody
array $optParams

Optional parameters.

Return Value

GoogleSearchIdeahubV1betaIdeaState