public sealed class UpdateOSPolicyAssignmentRequest : IMessage<UpdateOSPolicyAssignmentRequest>, IEquatable<UpdateOSPolicyAssignmentRequest>, IDeepCloneable<UpdateOSPolicyAssignmentRequest>, IBufferMessage, IMessage
A request message to update an OS policy assignment
[[["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 document provides details for the `UpdateOSPolicyAssignmentRequest` class within the Google.Cloud.OsConfig.V1Alpha namespace, specifically version 1.0.0-alpha04."],["The `UpdateOSPolicyAssignmentRequest` class is used to send a request to update an OS policy assignment and is a part of the Google Cloud OS Config API."],["It inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `OsPolicyAssignment` (required) and `UpdateMask` (optional) to specify the OS policy assignment to be updated and which fields should be updated respectively."],["There are two constructors for creating an `UpdateOSPolicyAssignmentRequest` object, one default and one that takes an existing `UpdateOSPolicyAssignmentRequest` object as a parameter."]]],[]]