Class DeleteWorkloadRequest (1.2.2)

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

Request for deleting a Workload.

Attributes

NameDescription
name str
Required. The ``name`` field is used to identify the workload. Format: organizations/{org_id}/locations/{location_id}/workloads/{workload_id}
etag str
Optional. The etag of the workload. If this is provided, it must match the server's etag.

Inheritance

builtins.object > proto.message.Message > DeleteWorkloadRequest