Show / Hide Table of Contents

Class ToolsetTool

A tool that is created from a toolset.

Inheritance
object
ToolsetTool
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX