public sealed class JobNotification.Types.Message : IMessage<JobNotification.Types.Message>, IEquatable<JobNotification.Types.Message>, IDeepCloneable<JobNotification.Types.Message>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class JobNotification.Types.Message.
Message details.
Describe the attribute that a message should have.
Without specified message attributes, no message will be sent by default.
[[["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 `JobNotification.Types.Message` class in the Batch v1 API is designed to describe the attributes of a message, and no messages are sent if no attributes are specified."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and object management."],["It includes constructors for creating new message objects, either default or from existing `JobNotification.Types.Message` instances."],["The class contains properties `NewJobState`, `NewTaskState`, and `Type`, which are used to define and retrieve the status and type of the job and task associated with the notification."],["The `JobNotification.Types.Message` class has version history from 1.0.0 to 2.13.0 with `2.13.0` being the most current version, which implies development over time."]]],[]]