public sealed class GetHardwareRequest : IMessage<GetHardwareRequest>, IEquatable<GetHardwareRequest>, IDeepCloneable<GetHardwareRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class GetHardwareRequest.
[[["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 information for the `GetHardwareRequest` class within the GDC Hardware Management v1alpha API, specifically version 1.0.0-alpha03."],["`GetHardwareRequest` is a class used to request hardware information, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `GetHardwareRequest()` and `GetHardwareRequest(GetHardwareRequest other)`, and it inherits from the base `object` class."],["The `GetHardwareRequest` class has properties such as `HardwareName` (a `HardwareName`-typed property) and `Name` (a string-typed property), to specify the name of the desired hardware resource."]]],[]]