Represents a message in a queue system.
The timestamp when the message was added to the queue.
A map containing metadata key-value pairs associated with the message, which will be converted to JSON during processing.
The content of the message, expected to be in valid JSON format.
Unique identifier for the message.
Indicates how many times the message has been read.
The visibility timeout of the message, indicating when it becomes visible for processing.