public sealed class GetExclusionRequest : IMessage<GetExclusionRequest>, IEquatable<GetExclusionRequest>, IDeepCloneable<GetExclusionRequest>, 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 `GetExclusionRequest` class, which is used to specify parameters for retrieving an existing exclusion in Google Cloud Logging V2."],["The `GetExclusionRequest` class is part of the `Google.Cloud.Logging.V2` namespace and is available in the `Google.Cloud.Logging.V2.dll` assembly."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET ecosystem."],["Key properties of the `GetExclusionRequest` include `Name`, which holds the resource name of the exclusion, and `LogExclusionName`, a typed view over the `Name` property."],["This class is available in various versions, with the latest being 4.4.0 and can be found in versions as old as 3.3.0, and it inherits members from the `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]