public sealed class GetNotificationConfigRequest : IMessage<GetNotificationConfigRequest>, IEquatable<GetNotificationConfigRequest>, IDeepCloneable<GetNotificationConfigRequest>, IBufferMessage, IMessage
Request message for getting a notification config.
[[["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 webpage details the `GetNotificationConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for retrieving notification configurations."],["The `GetNotificationConfigRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors for creating instances: a default constructor and one that takes another `GetNotificationConfigRequest` object."],["The class has properties `Name` and `NotificationConfigName`, with `Name` being a string used as a required identifier, and `NotificationConfigName` serving as a type-safe view over that name."],["The page lists multiple versions of the Google.Cloud.SecurityCenter.V1 library, ranging from 2.2.0 to 3.24.0, with 3.24.0 being the latest."]]],[]]