Class BatchDeleteEntityTypesRequest (2.3.0)

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

The request message for EntityTypes.BatchDeleteEntityTypes.

Attributes

NameDescription
parent str
Required. The name of the agent to delete all entities types for. Format: projects/.
entity_type_names Sequence[str]
Required. The names entity types to delete. All names must point to the same agent as parent.