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 webpage provides documentation for the `UpdateOSPolicyAssignmentRequest` class within the Google Cloud OS Config V1 library, specifically version 1.8.0."],["The `UpdateOSPolicyAssignmentRequest` class is used to construct request messages for updating OS policy assignments and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another to copy from an existing `UpdateOSPolicyAssignmentRequest` object."],["The class has two properties, `OsPolicyAssignment`, which represents the updated OS policy assignment and is required, and `UpdateMask`, an optional field to control which assignment fields should be updated."],["The `UpdateOSPolicyAssignmentRequest` class has inheritance from `Object` and exposes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]