public sealed class GetIamPolicyMachineImageRequest : IMessage<GetIamPolicyMachineImageRequest>, IEquatable<GetIamPolicyMachineImageRequest>, IDeepCloneable<GetIamPolicyMachineImageRequest>, IBufferMessage, IMessage
A request message for MachineImages.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."],[[["The `GetIamPolicyMachineImageRequest` class is a request message for retrieving IAM policies for machine images."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The `GetIamPolicyMachineImageRequest` class contains properties like `OptionsRequestedPolicyVersion`, `Project`, and `Resource` for configuring the request, such as specifying the desired IAM policy version and identifying the project and resource."],["There are multiple versions of the document related to `GetIamPolicyMachineImageRequest`, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest, each with its own specific documentation link."],["The class inherits from `Object` and overrides the inherited members `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]