public sealed class DeleteHardwareGroupRequest : IMessage<DeleteHardwareGroupRequest>, IEquatable<DeleteHardwareGroupRequest>, IDeepCloneable<DeleteHardwareGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class DeleteHardwareGroupRequest.
[[["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 documentation details the `DeleteHardwareGroupRequest` class within the GDC Hardware Management v1alpha API, specifically for version 1.0.0-alpha02."],["The `DeleteHardwareGroupRequest` class is used to initiate a request to delete a hardware group, which is identified by its name."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The `DeleteHardwareGroupRequest` class contains properties such as `HardwareGroupName`, `Name`, and `RequestId`, allowing for the specification of the target hardware group and an optional unique request identifier."],["The class has two different constructors that can be called, one taking no parameters, and the other one copying the provided `DeleteHardwareGroupRequest` object."]]],[]]