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.v1alpha
Assembly: Google.Apis.Ideahub.v1alpha.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(GoogleSearchIdeahubV1alphaIdeaState, String)
Update an idea state resource.
Declaration
public virtual PlatformsResource.PropertiesResource.IdeaStatesResource.PatchRequest Patch(GoogleSearchIdeahubV1alphaIdeaState body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleSearchIdeahubV1alphaIdeaState | 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 |