public sealed class GetIamPolicyReservationRequest : IMessage<GetIamPolicyReservationRequest>, IEquatable<GetIamPolicyReservationRequest>, IDeepCloneable<GetIamPolicyReservationRequest>, IBufferMessage, IMessage
A request message for Reservations.GetIamPolicy. 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 page details the `GetIamPolicyReservationRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.0.0, which is used for requesting IAM policies for reservations."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `GetIamPolicyReservationRequest` class has properties for handling policy versions, project details, resource identifiers, and zone information, such as `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`."],["The `GetIamPolicyReservationRequest` class is available in various versions, from 1.0.0 up to the latest, 3.6.0, and multiple versions in between."],["Two constructors are available, a default constructor `GetIamPolicyReservationRequest()`, and a constructor allowing for passing another `GetIamPolicyReservationRequest` instance: `GetIamPolicyReservationRequest(GetIamPolicyReservationRequest other)`."]]],[]]