GoogleApi.AnalyticsData.V1alpha.Model.CohortSpec (google_api_analytics_data v0.2.0) View Source
Specification for a cohort report.
Attributes
-
cohortReportSettings
(type:GoogleApi.AnalyticsData.V1alpha.Model.CohortReportSettings.t
, default:nil
) - Settings of a cohort report. -
cohorts
(type:list(GoogleApi.AnalyticsData.V1alpha.Model.Cohort.t)
, default:nil
) - The definition for the cohorts. -
cohortsRange
(type:GoogleApi.AnalyticsData.V1alpha.Model.CohortsRange.t
, default:nil
) - The data ranges of cohorts.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AnalyticsData.V1alpha.Model.CohortSpec{ cohortReportSettings: GoogleApi.AnalyticsData.V1alpha.Model.CohortReportSettings.t(), cohorts: [GoogleApi.AnalyticsData.V1alpha.Model.Cohort.t()], cohortsRange: GoogleApi.AnalyticsData.V1alpha.Model.CohortsRange.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.