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-03-21 UTC."],[[["This document provides reference information for the `GetExclusionRequest` class within the Google Cloud Logging v2 API, specifically for version 4.3.0."],["`GetExclusionRequest` is a class used to define the parameters for retrieving a log exclusion, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors, a default constructor and one that takes another `GetExclusionRequest` as a parameter, and has two properties, `LogExclusionName` and `Name`."],["The `Name` property of the `GetExclusionRequest` class is required and represents the resource name of an existing log exclusion, with examples of valid formats for projects, organizations, billing accounts, and folders."]]],[]]