SavedReport
Stay organized with collections
Save and categorize content based on your preferences.
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 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,[]]