SavedReport

  • 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.

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.