name property

String? name
getter/setter pair

Assigns a name to this cohort.

The dimension cohort is valued to this name in a report response. If set, cannot begin with cohort_ or RESERVED_. If not set, cohorts are named by their zero based index cohort_0, cohort_1, etc.

Implementation

core.String? name;