Class ToolsetTool
A tool that is created from a toolset.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class ToolsetTool : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolId
Optional. The tool ID to filter the tools to retrieve the schema for.
Declaration
[JsonProperty("toolId")]
public virtual string ToolId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Toolset
Required. The resource name of the Toolset from which this tool is derived. Format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
Declaration
[JsonProperty("toolset")]
public virtual string Toolset { get; set; }
Property Value
| Type | Description |
|---|---|
| string |