Class ProductAnalyticsRetentionGridResponseAttributes

Attributes of a retention grid response, containing the cohort rows and the period columns.

Hierarchy

  • ProductAnalyticsRetentionGridResponseAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The cohorts forming the rows of the grid.

retentionEntity?: string

The entity whose retention was measured.

retentionPeriods?: ProductAnalyticsRetentionPeriod[]

The return periods forming the columns of the grid.

Unit definitions for the grid values.

Generated using TypeDoc