[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-13 UTC."],[],[],null,["Interface representing a Google Cloud Pub/Sub message.\n\n**Signature:** \n\n export declare class Message \n\nConstructors\n\nProperties\n\nMethods\n\npubsub.Message.(constructor)\n\nConstructs a new instance of the `Message` class\n\n**Signature:** \n\n constructor(data: any);\n\nParameters\n\npubsub.Message.attributes\n\nUser-defined attributes published with the message, if any.\n\n**Signature:** \n\n readonly attributes: {\n [key: string]: string;\n };\n\npubsub.Message.data\n\nThe data payload of this message object as a base64-encoded string.\n\n**Signature:** \n\n readonly data: string;\n\npubsub.Message.json\n\nThe JSON data payload of this message object, if any.\n\n**Signature:** \n\n get json(): any;\n\npubsub.Message.toJSON()\n\nReturns a JSON-serializable representation of this object.\n\n**Signature:** \n\n toJSON(): any;\n\n**Returns:**\n\nany\n\nA JSON-serializable representation of this object."]]