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 document outlines the `GetIamPolicyReservationRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, constructors, inheritance, and implemented interfaces."],["The latest version available for this class is 3.6.0, while the documentation lists various versions, beginning from version 1.0.0 all the way up to version 3.6.0."],["The `GetIamPolicyReservationRequest` class is a request message for `Reservations.GetIamPolicy` and inherits from `Object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties to set and get information like `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, which are used to specify the details of the IAM policy request."],["There are two constructors for this class: one default and another that allows you to pass another `GetIamPolicyReservationRequest` object as a parameter."]]],[]]