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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetReservationRequest` class within the Compute Engine v1 API in .NET."],["The latest version of this API is 3.6.0, with numerous prior versions also documented, starting from version 1.0.0."],["The `GetReservationRequest` class, which inherits from `object` and implements interfaces such as `IMessage` and `IEquatable`, is used to send requests to the `Reservations.Get` method."],["The class contains properties such as `Project`, `Reservation`, and `Zone`, enabling to specify the project, reservation, and zone details for the request."],["This page contains the constructors `GetReservationRequest()` and `GetReservationRequest(GetReservationRequest other)` for creating new instances of this class."]]],[]]