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."],[[["The `DeleteOSPolicyAssignmentRequest` class in the Google Cloud OS Config v1alpha API is used to request the deletion of an OS policy assignment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling."],["The `DeleteOSPolicyAssignmentRequest` class contains a `Name` property, which is required and represents the name of the OS policy assignment to be deleted."],["It also contains an `OSPolicyAssignmentName` property which provides a typed view over the name resource property."],["The latest version of this class is `2.0.0-alpha06`, while previous versions are also available for reference, including `2.0.0-alpha05` and `1.0.0-alpha04`."]]],[]]