Class DeleteProcessRequest (0.3.5)

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

Request message for DeleteProcess.

Attributes

NameDescription
name str
Required. The name of the process to delete.
allow_missing bool
If set to true and the process is not found, the request succeeds but the server doesn't perform any actions.