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 is for the `DeleteHardwareGroupRequest` class within the GDC Hardware Management v1alpha API, specifically version 1.0.0-alpha03."],["The `DeleteHardwareGroupRequest` class is used to create a request to delete a hardware group, which is part of the `Google.Cloud.GdcHardwareManagement.V1Alpha` namespace."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `HardwareGroupName`, `Name`, and `RequestId`, where `Name` is a required field specifying the hardware group to delete and `RequestId` is an optional unique identifier for the request."],["The documentation provides information on the class's constructors, inherited members, and the different property values, types, and descriptions for each of its properties."]]],[]]