Class GetNotificationConfigRequest (2.6.0)

public sealed class GetNotificationConfigRequest : IMessage<GetNotificationConfigRequest>, IEquatable<GetNotificationConfigRequest>, IDeepCloneable<GetNotificationConfigRequest>, IBufferMessage, IMessage

Request message for getting a notification config.

Inheritance

Object > GetNotificationConfigRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

GetNotificationConfigRequest()

public GetNotificationConfigRequest()

GetNotificationConfigRequest(GetNotificationConfigRequest)

public GetNotificationConfigRequest(GetNotificationConfigRequest other)
Parameter
NameDescription
otherGetNotificationConfigRequest

Properties

Name

public string Name { get; set; }

Required. Name of the notification config to get. Its format is "organizations/[organization_id]/notificationConfigs/[config_id]".

Property Value
TypeDescription
String

NotificationConfigName

public NotificationConfigName NotificationConfigName { get; set; }

NotificationConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
NotificationConfigName