Home
last modified time | relevance | path

Searched refs:CohortSpec (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DRunPivotReportRequest.php23 protected $cohortSpecType = CohortSpec::class;
55 * @param CohortSpec
57 public function setCohortSpec(CohortSpec $cohortSpec)
62 * @return CohortSpec
H A DRunReportRequest.php23 protected $cohortSpecType = CohortSpec::class;
67 * @param CohortSpec
69 public function setCohortSpec(CohortSpec $cohortSpec)
74 * @return CohortSpec
H A DCohortSpec.php20 class CohortSpec extends \Google\Collection class
75 class_alias(CohortSpec::class, 'Google_Service_AnalyticsData_CohortSpec');