public sealed class SetIamPolicyReservationRequest : IMessage<SetIamPolicyReservationRequest>, IEquatable<SetIamPolicyReservationRequest>, IDeepCloneable<SetIamPolicyReservationRequest>, IBufferMessage, IMessage
A request message for Reservations.SetIamPolicy. 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 `SetIamPolicyReservationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for setting IAM policies on Compute Engine reservations."],["The latest version available for this class is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0, all of which have corresponding links for reference."],["The `SetIamPolicyReservationRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The class includes several properties such as `Project`, `Resource`, `Zone`, and `ZoneSetPolicyRequestResource`, which are used to specify the project, resource, zone, and policy details, respectively."],["The class also defines two constructors, a parameterless one and one that accepts another instance of the class, which allows for creating new objects or copying pre-existing ones."]]],[]]