public sealed class DeleteOSPolicyAssignmentRequest : IMessage<DeleteOSPolicyAssignmentRequest>, IEquatable<DeleteOSPolicyAssignmentRequest>, IDeepCloneable<DeleteOSPolicyAssignmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1alpha 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."],[[["This documentation covers the `DeleteOSPolicyAssignmentRequest` class within the Google Cloud OS Config v1alpha API, specifically version 2.0.0-alpha04."],["The `DeleteOSPolicyAssignmentRequest` class is used to construct a request for deleting an OS policy assignment and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It inherits from the base `object` class and includes two constructors, one default and another that accepts a `DeleteOSPolicyAssignmentRequest` object."],["The class has two main properties: `Name`, a string that represents the name of the OS policy assignment to be deleted, and `OSPolicyAssignmentName`, which provides a typed view over the `Name` property."],["The documentation covers the namespace `Google.Cloud.OsConfig.V1Alpha` and the assembly `Google.Cloud.OsConfig.V1Alpha.dll` for this class."]]],[]]