public sealed class App.Types.VariableDeclaration : IMessage<App.Types.VariableDeclaration>, IEquatable<App.Types.VariableDeclaration>, IDeepCloneable<App.Types.VariableDeclaration>, IBufferMessage, IMessageReference 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.
Implements
IMessageAppTypesVariableDeclaration, IEquatableAppTypesVariableDeclaration, IDeepCloneableAppTypesVariableDeclaration, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
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 |
|