Class TemplateMetadata (0.1.5)

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

Metadata describing a template. .. attribute:: name

Required. The name of the template.

:type: str

Attributes

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