public sealed class 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-04-17 UTC."],[[["This document provides reference information for the `JobNotification.Types.Message` class within the Google Cloud Batch v1 API, specifically for the .NET environment, with the latest version being 2.13.0."],["The `JobNotification.Types.Message` class represents message details and describes the attributes a message should possess, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `NewJobState`, `NewTaskState`, and `Type`, allowing for the specification of the new job state, the new task state, and the message type respectively."],["Without specified message attributes in this class, no message will be sent by default."],["This class is part of the `Google.Cloud.Batch.V1` namespace and is contained within the `Google.Cloud.Batch.V1.dll` assembly."]]],[]]