Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1.1 KB

ReportTemplate.md

File metadata and controls

16 lines (12 loc) · 1.1 KB

ReportTemplate

Properties

Name Type Description Notes
builtin bool Whether the report template is builtin. [optional]
description str The description of the report template. [optional]
id str The identifier of the report template; [optional]
links list[Link] Hypermedia links to corresponding or related resources. [optional]
name str The name of the report template. [optional]
sections list[str] The sections that comprise the `document` report template. [optional]
type str The type of the report template. `document` is a templatized, typically printable, report that has various sections of content. `export` is data-oriented output, typically CSV. `file` is a printable report template using a report template file. [optional]

[Back to Model list] [Back to API list] [Back to README]