Advisory Notifications v1 API - Class Message.Types.Body (1.1.0)

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

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

A message body containing text.

Inheritance

object > Message.Types.Body

Namespace

Google.Cloud.AdvisoryNotifications.V1

Assembly

Google.Cloud.AdvisoryNotifications.V1.dll

Constructors

Body()

public Body()

Body(Body)

public Body(Message.Types.Body other)
Parameter
NameDescription
otherMessageTypesBody

Properties

Text

public Text Text { get; set; }

The text content of the message body.

Property Value
TypeDescription
Text