Show / Hide Table of Contents

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.

Inheritance
object
StructuredMessage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX