type property

String? type
getter/setter pair

Type of the cohort.

The only supported type as of now is FIRST_VISIT_DATE. If this field is unspecified the cohort is treated as FIRST_VISIT_DATE type cohort. Possible string values are:

  • "UNSPECIFIED_COHORT_TYPE" : If unspecified it's treated as FIRST_VISIT_DATE.
  • "FIRST_VISIT_DATE" : Cohorts that are selected based on first visit date.

Implementation

core.String? type;