Class StructuredMessage
A rich message format, including a human readable string, a key for identifying the message, and structured data associated with the message for programmatic consumption.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class StructuredMessage : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MessageKey
Identifier for this message type. Used by external systems to internationalize or personalize message.
Declaration
[JsonProperty("messageKey")]
public virtual string MessageKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MessageText
Human-readable version of message.
Declaration
[JsonProperty("messageText")]
public virtual string MessageText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parameters
The structured data associated with this message.
Declaration
[JsonProperty("parameters")]
public virtual IList<Parameter> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Parameter> |