public sealed class DeleteOrderRequest : IMessage<DeleteOrderRequest>, IEquatable<DeleteOrderRequest>, IDeepCloneable<DeleteOrderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class DeleteOrderRequest.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DeleteOrderRequest` class is used to define a request for deleting an order within the GDC Hardware Management v1alpha API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations."],["Key properties of `DeleteOrderRequest` include `Name` (required order identifier), `Force` (optional, to delete nested resources), `OrderName` (a typed view over the name property), and `RequestId` (optional unique identifier for the request)."],["The `DeleteOrderRequest` class can be constructed either as an empty request using `DeleteOrderRequest()` or by making a copy of another `DeleteOrderRequest` object with `DeleteOrderRequest(DeleteOrderRequest other)`."]]],[]]