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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]