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 document provides reference documentation for the `GetIamPolicyLicenseRequest` class within the Compute Engine v1 API for .NET, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class offers two constructors: a default constructor and one that takes another `GetIamPolicyLicenseRequest` object as a parameter for copying, along with associated methods such as `GetHashCode`, `GetType`, and `ToString`."],["The `GetIamPolicyLicenseRequest` class includes properties like `HasOptionsRequestedPolicyVersion` (a boolean), `OptionsRequestedPolicyVersion` (an integer), `Project` (a string), and `Resource` (a string) which are related to IAM Policy versions and resource identification."],["The webpage details the availability of various versions of the `Google.Cloud.Compute.V1` package, ranging from version 1.0.0 to the latest version, 3.6.0, along with hyperlinks to each version's documentation for `GetIamPolicyLicenseRequest`."]]],[]]