[[["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 2024-08-21 UTC."],[[["\u003cp\u003eThe saved report is represented in JSON format with "name" and "title" fields.\u003c/p\u003e\n"],["\u003cp\u003eThe "name" field is a string containing the report's resource name, automatically generated and read-only.\u003c/p\u003e\n"],["\u003cp\u003eThe "title" field is a string reflecting the report's title as set by the publisher.\u003c/p\u003e\n"]]],["The content defines a JSON structure for representing a saved report. This structure includes two fields: `name` and `title`. The `name` field, which is read-only, provides the report's resource name in the format `accounts/{account}/reports/{report}`. The `title` field, a string, contains the report title designated by the publisher.\n"],null,["# SavedReport\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresentation of a saved report.\n\n| JSON representation |\n|---------------------------------------------|\n| ``` { \"name\": string, \"title\": string } ``` |\n\n| Fields ||\n|---------|------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the report. Format: accounts/{account}/reports/{report} |\n| `title` | `string` Report title as specified by publisher. |"]]