public sealed class GetReservationRequest : IMessage<GetReservationRequest>, IEquatable<GetReservationRequest>, IDeepCloneable<GetReservationRequest>, IBufferMessage, IMessage
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-03-21 UTC."],[[["This webpage details the `GetReservationRequest` class within the `Google.Cloud.Compute.V1` namespace, a request message for retrieving reservation details in Google Cloud Compute."],["The latest version of `GetReservationRequest` is 3.6.0, with numerous older versions available, ranging from 3.5.0 down to 1.0.0, for users to refer to."],["The `GetReservationRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetReservationRequest` class has three properties: `Project`, `Reservation`, and `Zone`, all of which are strings and are respectively used for specifying the project ID, reservation name, and zone for the request."],["The `GetReservationRequest` class offers two constructors: a parameterless constructor, and another that accepts an existing `GetReservationRequest` object for copying."]]],[]]