public sealed class SubmitOrderRequest : IMessage<SubmitOrderRequest>, IEquatable<SubmitOrderRequest>, IDeepCloneable<SubmitOrderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class SubmitOrderRequest.
[[["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 `SubmitOrderRequest` class within the GDC Hardware Management v1alpha API, specifically version 1.0.0-alpha02."],["`SubmitOrderRequest` is a class used to submit an order, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name`, `OrderName`, `RequestId`, and `Type`, which are used to define and identify the order being submitted, with the name being a required field."],["There are two constructor options for this class, one default and another accepting a `SubmitOrderRequest` parameter, likely to make a copy of the object."],["The `SubmitOrderRequest` class is located within the `Google.Cloud.GdcHardwareManagement.V1Alpha` namespace, found in the `Google.Cloud.GdcHardwareManagement.V1Alpha.dll` assembly."]]],[]]