Class ProductAnalyticsRetentionGridResponseData

The single JSON:API resource holding a computed retention grid. Its attributes contain the return periods forming the columns and the cohorts forming the rows.

Hierarchy

  • ProductAnalyticsRetentionGridResponseData

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

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

id: string

Unique identifier for this response data object.

The resource type identifier for a retention grid response.

Generated using TypeDoc