name property
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;