DeleteOrderRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A request to delete an order.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The name of the order. Format: projects/{project}/locations/{location}/orders/{order}
|
request_id |
str
Optional. An optional unique identifier for this request. See AIP-155 __.
|
force |
bool
Optional. An option to delete any nested resources in the Order, such as a HardwareGroup. If true, any nested resources for this Order will also be deleted. Otherwise, the request will only succeed if the Order has no nested resources. |