ApiAdvancedReport

ApiAdvancedReport is a data model for an advanced report.

JSON representation
{
  "title": string,
  "workbookUniqName": string,
  "folderName": string,
  "modifier": string,
  "modifierFullName": string,
  "environments": [
    string
  ],
  "includeViewOnlyUsers": boolean,
  "id": string,
  "creationTimeUnixTimeInMs": string,
  "modificationTimeUnixTimeInMs": string,
  "creator": string,
  "creatorFullName": string
}
Fields
title

string

Optional. The title of the report.

workbookUniqName

string

Optional. The workbook unique name of the report.

folderName

string

Optional. The folder name of the report.

modifier

string

Optional. The modifier of the report.

modifierFullName

string

Optional. The modifier full name of the report.

environments[]

string

Optional. The environments of the report.

includeViewOnlyUsers

boolean

Optional. Include view only users.

id

string (int64 format)

Optional. The report schedule id.

creationTimeUnixTimeInMs

string (int64 format)

Optional. The creation time of the report template.

modificationTimeUnixTimeInMs

string (int64 format)

Optional. The last modified time of the report template.

creator

string

Optional. The creator of the report template.

creatorFullName

string

Optional. The creator full name of the report template.