public sealed class Subject : IMessage<Subject>, IEquatable<Subject>, IDeepCloneable<Subject>, IBufferMessage, IMessageReference documentation and code samples for the Advisory Notifications v1 API class Subject.
A subject line of a notification.
Namespace
Google.Cloud.AdvisoryNotifications.V1Assembly
Google.Cloud.AdvisoryNotifications.V1.dll
Constructors
Subject()
public Subject()Subject(Subject)
public Subject(Subject other)| Parameter | |
|---|---|
| Name | Description |
other |
Subject |
Properties
Text
public Text Text { get; set; }The text content.
| Property Value | |
|---|---|
| Type | Description |
Text |
|