public sealed class DeleteOSPolicyAssignmentRequest : IMessage<DeleteOSPolicyAssignmentRequest>, IEquatable<DeleteOSPolicyAssignmentRequest>, IDeepCloneable<DeleteOSPolicyAssignmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class DeleteOSPolicyAssignmentRequest.
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"]],[["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 `DeleteOSPolicyAssignmentRequest` class in the Google Cloud OS Config v1 API is used to send a request to delete an OS policy assignment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and data management capabilities."],["The latest version of this API class is 2.4.0, with multiple older versions available, dating back to 1.3.0, allowing for backward compatibility."],["It contains two constructors, a parameterless one and one that accepts another `DeleteOSPolicyAssignmentRequest` for copying, and two properties: `Name`, a string, and `OSPolicyAssignmentName`, a typed view over the name property."],["The `Name` property within the `DeleteOSPolicyAssignmentRequest` class is a required string that specifies the name of the OS policy assignment that is intended to be deleted."]]],[]]