[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `JobMessage` class is a sealed class representing a message related to a Dataflow job, found in the `Google.Cloud.Dataflow.V1Beta3` namespace, and is available in different beta versions with `2.0.0-beta07` being the latest."],["`JobMessage` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling features such as message handling, equality checks, deep cloning, and buffer management."],["The class includes two constructors, a default constructor `JobMessage()` and a copy constructor `JobMessage(JobMessage other)` that creates a new `JobMessage` based on another instance of it."],["`JobMessage` has several properties: `Id`, a deprecated string identifier; `MessageImportance`, which determines the priority of the message; `MessageText`, containing the actual text of the message; and `Time`, a `Timestamp` object that notes the time of the message."],["It inherits members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()` from the base `Object` class."]]],[]]