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"]],[["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-17 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."]]],[]]