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 webpage details the `GetIamPolicyReservationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving IAM policies for Compute Engine reservations, with the latest version being 3.6.0."],["The `GetIamPolicyReservationRequest` class, inheriting from `Object` and implementing interfaces such as `IMessage` and `IEquatable`, serves as a request message for the `Reservations.GetIamPolicy` method."],["The class provides constructors for creating new instances, including a default constructor and one for copying an existing `GetIamPolicyReservationRequest` object."],["Key properties of this class include `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, which allow specification of the desired policy version and target resource."],["The webpage provides links to different versions of the `GetIamPolicyReservationRequest` class, ranging from version 1.0.0 to 3.6.0, allowing users to access the documentation of past releases."]]],[]]