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."],[[["The webpage provides documentation for the `GetNotificationConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its use in retrieving a notification configuration."],["The latest version of the `GetNotificationConfigRequest` class is 3.24.0, and the page lists version history dating back to 2.2.0, with each having a corresponding link to the documentation of that version."],["The `GetNotificationConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, with certain methods inherited from it."],["The `GetNotificationConfigRequest` has two constructors: a default constructor and one that accepts another `GetNotificationConfigRequest` object as an argument."],["The class includes two key properties: `Name`, which is a string representing the name of the notification config, and `NotificationConfigName`, which is a `NotificationConfigName`-typed view of the `Name` property."]]],[]]