public sealed class GetExclusionRequest : IMessage<GetExclusionRequest>, IEquatable<GetExclusionRequest>, IDeepCloneable<GetExclusionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class GetExclusionRequest.
[[["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 the Google Cloud Logging v2 API's `GetExclusionRequest` is version 4.4.0, with version 4.2.0 representing the current page's documentation."],["`GetExclusionRequest` is a class in the `Google.Cloud.Logging.V2` namespace, designed to be used as the parameters to retrieve an exclusion using the `GetExclusion` function."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, providing a structured way to handle exclusion requests."],["The class has two constructors: one default, `GetExclusionRequest()`, and one that takes another `GetExclusionRequest` object as a parameter, `GetExclusionRequest(GetExclusionRequest other)`."],["The `GetExclusionRequest` class has two properties, `LogExclusionName` (a typed view of the resource name) and `Name` (a string), where `Name` represents the resource name of an exclusion within various scopes like projects, organizations, or billing accounts."]]],[]]