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-04-09 UTC."],[[["This webpage details the `DeleteExclusionRequest` class within the `Google.Cloud.Logging.V2` namespace, specifically version 3.5.0, and its role in managing log exclusions."],["`DeleteExclusionRequest` is used to specify the parameters required to delete an existing log exclusion, as defined in its properties."],["The class is implemented as part of the google protobuf package, inheriting from `Object` and implementing various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteExclusionRequest` class has properties such as `LogExclusionName` (a typed view) and `Name` (string) that store the resource name of the exclusion to be deleted."],["The webpage provides access to previous versions of the `DeleteExclusionRequest` class through the given version numbers, with 4.4.0 being the most recent."]]],[]]