Advisory Notifications v1 API - Class Message (1.6.0)

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

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

A message which contains notification details.

Inheritance

object > Message

Namespace

Google.Cloud.AdvisoryNotifications.V1

Assembly

Google.Cloud.AdvisoryNotifications.V1.dll

Constructors

Message()

public Message()

Message(Message)

public Message(Message other)
Parameter
NameDescription
otherMessage

Properties

Attachments

public RepeatedField<Attachment> Attachments { get; }

The attachments to download.

Property Value
TypeDescription
RepeatedFieldAttachment

Body

public Message.Types.Body Body { get; set; }

The message content.

Property Value
TypeDescription
MessageTypesBody

CreateTime

public Timestamp CreateTime { get; set; }

The Message creation timestamp.

Property Value
TypeDescription
Timestamp

LocalizationTime

public Timestamp LocalizationTime { get; set; }

Time when Message was localized

Property Value
TypeDescription
Timestamp