public sealed class GetOrderRequest : IMessage<GetOrderRequest>, IEquatable<GetOrderRequest>, IDeepCloneable<GetOrderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class GetOrderRequest.
[[["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 `GetOrderRequest` class within the GDC Hardware Management v1alpha API, specifically version 1.0.0-alpha02."],["`GetOrderRequest` is a class used to request an order and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetOrderRequest` class includes two constructors, a default one and another that accepts another `GetOrderRequest` object as a parameter."],["It has two main properties: `Name`, which is a string representing the name of the resource, and `OrderName`, which is a typed view of the `Name` property, both of which are required."],["The `GetOrderRequest` is a child of the object class, and inherits members including `GetHashCode`, `GetType`, and `ToString` methods."]]],[]]