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."],[[["The latest version of the `UpdateOSPolicyAssignmentRequest` is 2.4.0, but this page is documenting version 1.7.0."],["`UpdateOSPolicyAssignmentRequest` is a message class used to update an OS policy assignment."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `UpdateOSPolicyAssignmentRequest` instance."],["The class includes properties for `OsPolicyAssignment`, which represents the updated OS policy assignment, and `UpdateMask`, an optional field mask used for specifying which assignment fields to update."]]],[]]