Class UpdateTagTemplateRequest (2.0.0)

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

Request message for UpdateTagTemplate.

Attributes

NameDescription
tag_template `.gcd_tags.TagTemplate`
Required. The template to update. The "name" field must be set.
update_mask `.field_mask.FieldMask`
The field mask specifies the parts of the template to overwrite. Allowed fields: - ``display_name`` If absent or empty, all of the allowed fields above will be updated.

Inheritance

builtins.object > proto.message.Message > UpdateTagTemplateRequest