Class DeleteWatchlistRequest (0.6.0)

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

Request message for deleting watchlist.

Attributes

Name Description
name str
Required. The name of the watchlist to delete. Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
force bool
Optional. If set to true, any entities under this watchlist will also be deleted. (Otherwise, the request will only work if the watchlist has no entities.)