Show / Hide Table of Contents

Class ApiservingMcpMcpToolVisibilityFieldVisibility

Visibility rules for individual tool parameters (fields). This allows producers to hide specific fields in tools/list and tools/call.

Inheritance
object
ApiservingMcpMcpToolVisibilityFieldVisibility
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.Playdeveloperreporting.v1alpha1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class ApiservingMcpMcpToolVisibilityFieldVisibility : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Restriction

The visibility restriction labels for this field (comma-separated).

Declaration
[JsonProperty("restriction")]
public virtual string Restriction { get; set; }
Property Value
Type Description
string

Selector

The name of the parameter in the input_schema or output_schema.

Declaration
[JsonProperty("selector")]
public virtual string Selector { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX