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, which is used to request a notification configuration within the Google Cloud Security Center."],["The `GetNotificationConfigRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Protobuf framework."],["The webpage outlines two constructors for the `GetNotificationConfigRequest` class, one default and one that copies an existing `GetNotificationConfigRequest` object."],["The class includes two properties: `Name` (a string representing the notification config's resource name) and `NotificationConfigName` (a typed view of the `Name` property), both are required."],["There are multiple versions of the API listed, ranging from 3.24.0 to 2.2.0, providing access to older or specific versions of the `GetNotificationConfigRequest`."]]],[]]