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"]],[["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 information on the `DeleteOSPolicyAssignmentRequest` class, which is used to request the deletion of an OS policy assignment within the Google Cloud OS Config API."],["The `DeleteOSPolicyAssignmentRequest` class is a part of the `Google.Cloud.OsConfig.V1` namespace and is available in version 1.8.0 of the associated .NET library."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the Google Cloud Protobuf ecosystem."],["The class includes two constructors, a default constructor and one that takes another `DeleteOSPolicyAssignmentRequest` instance as a parameter to clone it."],["It also contains the properties `Name` (a string that is required to identify the OS Policy that will be deleted) and `OSPolicyAssignmentName`, which provides a typed view of the `Name` property."]]],[]]