public sealed class GetReservationRequest : IMessage<GetReservationRequest>, IEquatable<GetReservationRequest>, IDeepCloneable<GetReservationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetReservationRequest.
A request message for Reservations.Get. See the method description for details.
[[["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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetReservationRequest` class within the Compute Engine v1 API in .NET."],["The `GetReservationRequest` class is used to create a request message for retrieving details about a specific reservation and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers a range of versions of this API, from version 1.0.0 up to the latest 3.6.0, as well as the specific version 2.4.0 that is currently selected."],["The `GetReservationRequest` class has three properties: `Project`, `Reservation`, and `Zone`, all of which are of string type, that are used to retrieve the ID of the project, the reservation name, and the zone, respectively."],["The class also defines two constructors, a parameterless one and one that accepts another GetReservationRequest object."]]],[]]