public sealed class UpdateOSPolicyAssignmentRequest : IMessage<UpdateOSPolicyAssignmentRequest>, IEquatable<UpdateOSPolicyAssignmentRequest>, IDeepCloneable<UpdateOSPolicyAssignmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class UpdateOSPolicyAssignmentRequest.
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 reference material for the `UpdateOSPolicyAssignmentRequest` class within the Google Cloud OS Config v1 API, specifically version 2.2.0."],["`UpdateOSPolicyAssignmentRequest` is a request message used to update an OS policy assignment and it inherits from and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one and another that takes an `UpdateOSPolicyAssignmentRequest` object as a parameter for cloning purposes."],["The `UpdateOSPolicyAssignmentRequest` class includes properties such as `OsPolicyAssignment` (required) and `UpdateMask` (optional) to specify the details of the update."],["The document provides links to other versions, including the latest version 2.4.0, and many prior versions of the `UpdateOSPolicyAssignmentRequest`."]]],[]]