public sealed class GetIamPolicyLicenseRequest : IMessage<GetIamPolicyLicenseRequest>, IEquatable<GetIamPolicyLicenseRequest>, IDeepCloneable<GetIamPolicyLicenseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyLicenseRequest.
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."],[[["The `GetIamPolicyLicenseRequest` class is a part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class is used as a request message for the `Licenses.GetIamPolicy` method, allowing users to retrieve the IAM policy for a given license resource."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling, equality checks, and deep cloning."],["It contains properties such as `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, which are used to specify the desired policy version, the project ID, and the target resource's name or ID, respectively."],["There are multiple available versions of `GetIamPolicyLicenseRequest` ranging from `1.0.0` to `3.6.0` (`3.6.0` being the most recent version), all located under the same base class."]]],[]]