Class DeleteTagTemplateFieldRequest (3.11.0)

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

Request message for DeleteTagTemplateField.

Attributes

NameDescription
name str
Required. The name of the tag template field to delete.
force bool
Required. If true, deletes this field from any tags that use it. Currently, true is the only supported value.