public sealed class GetIamPolicyLicenseRequest : IMessage<GetIamPolicyLicenseRequest>, IEquatable<GetIamPolicyLicenseRequest>, IDeepCloneable<GetIamPolicyLicenseRequest>, IBufferMessage, IMessage
A request message for Licenses.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 `GetIamPolicyLicenseRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting IAM policies for licenses."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for data management and manipulation."],["The latest version of this API available is 3.6.0, and it offers many older versions all the way back to version 1.0.0."],["Key properties of this class include `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, allowing for specific requests and versioning of IAM policies."],["The `GetIamPolicyLicenseRequest` class offers two constructors: a default constructor and one that accepts another `GetIamPolicyLicenseRequest` object for cloning."]]],[]]