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 information for the `UpdateOSPolicyAssignmentRequest` class within the Google Cloud OS Config v1 API."],["The `UpdateOSPolicyAssignmentRequest` class is used to send a request message to update an OS policy assignment and is part of the `Google.Cloud.OsConfig.V1` namespace."],["The latest version of the class is 2.4.0, with older versions ranging down to 1.3.0 also documented and accessible."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two key properties: `OsPolicyAssignment`, representing the assignment being updated, and `UpdateMask`, specifying which fields to update."]]],[]]