public sealed class DeleteOSPolicyAssignmentRequest : IMessage<DeleteOSPolicyAssignmentRequest>, IEquatable<DeleteOSPolicyAssignmentRequest>, IDeepCloneable<DeleteOSPolicyAssignmentRequest>, IBufferMessage, IMessage
A request message for deleting a OS policy assignment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["This webpage provides documentation for the `DeleteOSPolicyAssignmentRequest` class within the Google Cloud OS Config V1 library for .NET."],["The latest version of `DeleteOSPolicyAssignmentRequest` is 2.4.0, and the page also lists various other versions dating back to 1.3.0 for this specific class."],["`DeleteOSPolicyAssignmentRequest` is used to formulate a request to delete an OS policy assignment and includes a required `Name` property to specify which assignment to delete."],["The class inherits from the base `Object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The properties of this class include `Name`, a string used to define the OS policy assignment name, and `OSPolicyAssignmentName`, which provides a typed view over the resource name property."]]],[]]