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."],[[["The latest version available for `DeleteExclusionRequest` is 4.4.0, with several older versions also accessible, including the current version 3.3.0."],["`DeleteExclusionRequest` is a class used to define the parameters for deleting an exclusion within the Google Cloud Logging V2 API, as indicated by the name."],["This class inherits from the base `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all designed to enhance functionality and compatibility within the .NET environment."],["The class includes properties such as `LogExclusionName` (a typed view) and `Name` (a string), which are essential for identifying and targeting the specific logging exclusion that needs to be deleted."],["There are two constructors for instantiating a `DeleteExclusionRequest` object: a parameterless constructor and another accepting an existing `DeleteExclusionRequest` object."]]],[]]