Class AppVariableDeclaration
Defines the structure and metadata for a variable.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class AppVariableDeclaration : IDirectResponseSchema
Properties
Description
Required. The description of the variable.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Name
Required. The name of the variable. The name must start with a letter or underscore and contain only letters, numbers, or underscores.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Schema
Required. The schema of the variable.
Declaration
[JsonProperty("schema")]
public virtual Schema Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| Schema |