public sealed class GetIamPolicyReservationRequest : IMessage<GetIamPolicyReservationRequest>, IEquatable<GetIamPolicyReservationRequest>, IDeepCloneable<GetIamPolicyReservationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyReservationRequest.
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-24 UTC."],[[["The content provides reference documentation for the `GetIamPolicyReservationRequest` class within the Compute Engine v1 API for .NET, with version 3.6.0 being the latest, as well as many other prior version releases, all the way down to 1.0.0."],["`GetIamPolicyReservationRequest` is used to request a message for `Reservations.GetIamPolicy` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone` for managing policy versions and resource locations."],["There are two constructors, a parameterless constructor as well as one where you can pass in another GetIamPolicyReservationRequest object to be used in the constructor."],["The `GetIamPolicyReservationRequest` class inherits from the `object` class, inheriting several members, including `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]