Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1WidgetConfigNode

Represents a single reusable computational or logical unit.

Inheritance
object
GoogleCloudDiscoveryengineV1WidgetConfigNode
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.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1WidgetConfigNode : IDirectResponseSchema

Properties

Description

Output only. A detailed description of what the node does.

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

DisplayName

Output only. A human readable name for the node.

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

ETag

The ETag of the item.

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

IconUrl

Output only. An identifier or URL pointing to an icon representing this node type.

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

OutputSchema

Output only. The output schema of the tool. This schema is expected to conform to the OpenAPI Schema standard (see https://spec.openapis.org/oas/v3.0.3.html/ and AIP-146). It describes the structure of the output produced by this node.

Declaration
[JsonProperty("outputSchema")]
public virtual IDictionary<string, object> OutputSchema { get; set; }
Property Value
Type Description
IDictionary<string, object>

ParameterSchema

Output only. The parameter schema of the tool. This schema is expected to conform to the OpenAPI Schema standard (see https://spec.openapis.org/oas/v3.0.3.html and AIP-146). It describes the expected structure of the parameters that this node accepts.

Declaration
[JsonProperty("parameterSchema")]
public virtual IDictionary<string, object> ParameterSchema { get; set; }
Property Value
Type Description
IDictionary<string, object>

Type

Output only. The type of the node.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX