SavedReport
Representation of a saved report.
JSON representation |
{
"name": string,
"title": string
} |
Fields |
name |
string
Output only. Resource name of the report. Format: accounts/{account}/reports/{report}
|
title |
string
Report title as specified by publisher.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[null,null,["Last updated 2024-08-21 UTC."],[[["The saved report is represented in JSON format with \"name\" and \"title\" fields."],["The \"name\" field is a string containing the report's resource name, automatically generated and read-only."],["The \"title\" field is a string reflecting the report's title as set by the publisher."]]],[]]