Advisory Notifications v1 API - Class Notification (1.1.0)

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.

Inheritance

object > Notification

Namespace

Google.Cloud.AdvisoryNotifications.V1

Assembly

Google.Cloud.AdvisoryNotifications.V1.dll

Constructors

Notification()

public Notification()

Notification(Notification)

public Notification(Notification other)
Parameter
NameDescription
otherNotification

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time the notification was created.

Property Value
TypeDescription
Timestamp

Messages

public RepeatedField<Message> Messages { get; }

A list of messages in the notification.

Property Value
TypeDescription
RepeatedFieldMessage

Name

public string Name { get; set; }

The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.

Property Value
TypeDescription
string

NotificationName

public NotificationName NotificationName { get; set; }

NotificationName-typed view over the Name resource name property.

Property Value
TypeDescription
NotificationName

NotificationType

public NotificationType NotificationType { get; set; }

Type of notification

Property Value
TypeDescription
NotificationType

Subject

public Subject Subject { get; set; }

The subject line of the notification.

Property Value
TypeDescription
Subject