Class TemplateMetadata (0.5.3)

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

Metadata describing a template.

Attributes

NameDescription
name str
Required. The name of the template.
description str
Optional. A description of the template.
parameters Sequence[google.cloud.dataflow_v1beta3.types.ParameterMetadata]
The parameters for the template.

Inheritance

builtins.object > proto.message.Message > TemplateMetadata