public sealed class DeleteExclusionRequest : IMessage<DeleteExclusionRequest>, IEquatable<DeleteExclusionRequest>, IDeepCloneable<DeleteExclusionRequest>, IBufferMessage, IMessage
[[["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 outlines the `DeleteExclusionRequest` class within the `Google.Cloud.Logging.V2` namespace, used for managing logging exclusions in Google Cloud."],["The `DeleteExclusionRequest` class, found in version 3.4.0, is part of the `Google.Cloud.Logging.V2.dll` assembly and inherits from `System.Object`, while implementing several interfaces such as `IMessage` and `IEquatable`."],["The class provides two constructors: a default constructor and another that accepts an existing `DeleteExclusionRequest` object for copying."],["It contains two key properties: `LogExclusionName`, a typed view over the resource name, and `Name`, a string representing the resource name of the exclusion to be deleted."],["The `DeleteExclusionRequest` class is used as a parameter for deleting logging exclusion and requires the resource name to identify which to delete."]]],[]]