Advisory Notifications v1 API - Class Subject (1.6.0)

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

Reference documentation and code samples for the Advisory Notifications v1 API class Subject.

A subject line of a notification.

Inheritance

object > Subject

Namespace

Google.Cloud.AdvisoryNotifications.V1

Assembly

Google.Cloud.AdvisoryNotifications.V1.dll

Constructors

Subject()

public Subject()

Subject(Subject)

public Subject(Subject other)
Parameter
NameDescription
otherSubject

Properties

Text

public Text Text { get; set; }

The text content.

Property Value
TypeDescription
Text