public sealed class Notification : IMessage<Notification>, IEquatable<Notification>, IDeepCloneable<Notification>, IBufferMessage, IMessage
Reference documentation and code samples for the Advisory Notifications v1 API class Notification.
A notification object for notifying customers about security and privacy issues.
Implements
IMessageNotification, IEquatableNotification, IDeepCloneableNotification, IBufferMessage, IMessageNamespace
Google.Cloud.AdvisoryNotifications.V1Assembly
Google.Cloud.AdvisoryNotifications.V1.dll
Constructors
Notification()
public Notification()
Notification(Notification)
public Notification(Notification other)
Parameter | |
---|---|
Name | Description |
other | Notification |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Time the notification was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Messages
public RepeatedField<Message> Messages { get; }
A list of messages in the notification.
Property Value | |
---|---|
Type | Description |
RepeatedFieldMessage |
Name
public string Name { get; set; }
The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{project}/locations/{location}/notifications/{notification}.
Property Value | |
---|---|
Type | Description |
string |
NotificationName
public NotificationName NotificationName { get; set; }
NotificationName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NotificationName |
NotificationType
public NotificationType NotificationType { get; set; }
Type of notification
Property Value | |
---|---|
Type | Description |
NotificationType |
Subject
public Subject Subject { get; set; }
The subject line of the notification.
Property Value | |
---|---|
Type | Description |
Subject |