Gemini Enterprise for Customer Experience v1 API - Class App.Types.VariableDeclaration (1.0.0-beta01)

public sealed class App.Types.VariableDeclaration : IMessage<App.Types.VariableDeclaration>, IEquatable<App.Types.VariableDeclaration>, IDeepCloneable<App.Types.VariableDeclaration>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class App.Types.VariableDeclaration.

Defines the structure and metadata for a variable.

Inheritance

object > App.Types.VariableDeclaration

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

VariableDeclaration()

public VariableDeclaration()

VariableDeclaration(VariableDeclaration)

public VariableDeclaration(App.Types.VariableDeclaration other)
Parameter
Name Description
other AppTypesVariableDeclaration

Properties

Description

public string Description { get; set; }

Required. The description of the variable.

Property Value
Type Description
string

Name

public string Name { get; set; }

Required. The name of the variable. The name must start with a letter or underscore and contain only letters, numbers, or underscores.

Property Value
Type Description
string

Schema

public Schema Schema { get; set; }

Required. The schema of the variable.

Property Value
Type Description
Schema