public sealed class SetIamPolicyLicenseRequest : IMessage<SetIamPolicyLicenseRequest>, IEquatable<SetIamPolicyLicenseRequest>, IDeepCloneable<SetIamPolicyLicenseRequest>, IBufferMessage, IMessage
A request message for Licenses.SetIamPolicy. 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 `SetIamPolicyLicenseRequest` class is used to send a request to set the IAM policy for a license in Google Cloud Compute."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the .NET environment."],["The `SetIamPolicyLicenseRequest` class includes properties like `GlobalSetPolicyRequestResource`, `Project`, and `Resource` to define the scope and details of the policy update request."],["There are multiple versions available for the `SetIamPolicyLicenseRequest`, with version 3.6.0 being the most recent release, and version 1.0.0 being the first one."],["The `SetIamPolicyLicenseRequest` has two constructors: a default parameterless constructor and one that takes an other `SetIamPolicyLicenseRequest` as a parameter."]]],[]]