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 latest version of the `GetNotificationConfigRequest` is 3.0.0-beta05, with version 2.0.0-beta07 also available."],["`GetNotificationConfigRequest` is a request message for retrieving a notification configuration and is part of the Google.Cloud.SecurityCenter.V1P1Beta1 namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used in various scenarios."],["`GetNotificationConfigRequest` has two constructors, one default and one that accepts another instance of `GetNotificationConfigRequest` for copying."],["The `Name` property is a required string, specifying the notification config to retrieve, while the `NotificationConfigName` provides a typed view of the `Name` property."]]],[]]