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."],[[["This document provides reference documentation for the `DeleteOrderRequest` class within the GDC Hardware Management v1alpha API, specifically version 1.0.0-alpha03."],["The `DeleteOrderRequest` class is used to send a request to delete an order and inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has several properties including `Force` to delete nested resources, `Name` to identify the order to be deleted, `OrderName` for a typed view of the order name, and `RequestId` for an optional unique request identifier."],["The `DeleteOrderRequest` class provides two constructors, one default constructor and one that accepts another `DeleteOrderRequest` as a parameter, allowing for the creation of new requests based on existing ones."]]],[]]