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, specifically version 2.11.0."],["This class is a request message type used for retrieving a notification configuration, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetNotificationConfigRequest` includes two constructors and two public properties, `Name` and `NotificationConfigName`, where `Name` is a required string and `NotificationConfigName` is a typed view of the `Name`."],["The latest version of the documentation available on this page is 3.24.0, but many previous versions going back to 2.2.0 are also accessible through links provided."],["The `GetNotificationConfigRequest` class inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]