cohorts property

List<Cohort>? cohorts
getter/setter pair

Defines the selection criteria to group users into cohorts.

Most cohort reports define only a single cohort. If multiple cohorts are specified, each cohort can be recognized in the report by their name.

Implementation

core.List<Cohort>? cohorts;