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 |
Optional. The title of the report. |
workbookUniqName |
Optional. The workbook unique name of the report. |
folderName |
Optional. The folder name of the report. |
modifier |
Optional. The modifier of the report. |
modifierFullName |
Optional. The modifier full name of the report. |
environments[] |
Optional. The environments of the report. |
includeViewOnlyUsers |
Optional. Include view only users. |
id |
Optional. The report schedule id. |
creationTimeUnixTimeInMs |
Optional. The creation time of the report template. |
modificationTimeUnixTimeInMs |
Optional. The last modified time of the report template. |
creator |
Optional. The creator of the report template. |
creatorFullName |
Optional. The creator full name of the report template. |