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 part of the Google.Cloud.Compute.V1 API, specifically for managing licenses within Compute Engine."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and serialization within the .NET environment."],["The class has properties such as `OptionsRequestedPolicyVersion`, `Project`, and `Resource` that are used to construct a request for retrieving IAM policies for a license."],["There is a list of accessible versions ranging from 1.0.0 to the latest 3.6.0, which indicates the history of this API class and the evolution of features within it."],["The `GetIamPolicyLicenseRequest` class can be instantiated via a default constructor or a copy constructor for creating duplicate instances."]]],[]]