Class DeleteTagTemplateRequest (3.9.2)

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

Request message for DeleteTagTemplate.

Attributes

NameDescription
name str
Required. The name of the tag template to delete. Example: - projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}
force bool
Required. Currently, this field must always be set to ``true``. This confirms the deletion of any possible tags using this template. ``force = false`` will be supported in the future.

Inheritance

builtins.object > proto.message.Message > DeleteTagTemplateRequest