Class VariableDeclaration (0.3.0)

VariableDeclaration(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines the structure and metadata for a variable.

Attributes

Name Description
name str
Required. The name of the variable. The name must start with a letter or underscore and contain only letters, numbers, or underscores.
description str
Required. The description of the variable.
schema google.cloud.ces_v1.types.Schema
Required. The schema of the variable.