TrendingReport

Description

A class can implement this class if they want to display data over a certain period of time (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)

Supported Operations

Model Properties

Property Required Type Description
id False string default
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
name False string Name of the report. This is different from the title and can be used to internally refer the report by name
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
title False string The title of the report. You can use this attribute to display it in the UI
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
type True string TrendingReport
items False [object] These are items or data values of the report which is inheriting this class
metadata False object The optional metadata to associate with the report. For example, you can include time stamps, the unit in which the items are calculated, and any other data you need to interpret the items.