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.
Namespace
Google.Cloud.AdvisoryNotifications.V1Assembly
Google.Cloud.AdvisoryNotifications.V1.dll
Constructors
Message()
public Message()
Message(Message)
public Message(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Properties
Attachments
public RepeatedField<Attachment> Attachments { get; }
The attachments to download.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAttachment |
Body
public Message.Types.Body Body { get; set; }
The message content.
Property Value | |
---|---|
Type | Description |
MessageTypesBody |
CreateTime
public Timestamp CreateTime { get; set; }
The Message creation timestamp.
Property Value | |
---|---|
Type | Description |
Timestamp |
LocalizationTime
public Timestamp LocalizationTime { get; set; }
Time when Message was localized
Property Value | |
---|---|
Type | Description |
Timestamp |