Show / Hide Table of Contents

Class AppVariableDeclaration

Defines the structure and metadata for a variable.

Inheritance
object
AppVariableDeclaration
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX