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 this documentation is for version 3.6.0, but it covers documentation as far back as version 1.0.0, allowing users to access information across many different iterations of this software."],["The `GetReservationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Project`, `Reservation`, and `Zone`, which are all strings, and are used to define the details for the reservation request."],["The `GetReservationRequest` has two constructors: a default parameterless constructor, and one that accepts another `GetReservationRequest` object as a parameter, for creating copies of requests."]]],[]]