Class TagTemplateField (2.0.2)

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

The template for an individual field within a tag template.

Attributes

NameDescription
name str
Output only. The resource name of the tag template field in URL format. Example: - projects/{project_id}/locations/{location}/tagTemplates/{tag_template}/fields/{field} Note that this TagTemplateField may not actually be stored in the location in this name.
display_name str
The display name for this field. Defaults to an empty string.
type .tags.FieldType
Required. The type of value this tag field can contain.
is_required bool
Whether this is a required field. Defaults to false.
order int
The order of this field with respect to other fields in this tag template. A higher value indicates a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag do not have to be sequential.