GoogleAnalyticsAdminV1alphaListCustomMetricsResponse constructor
GoogleAnalyticsAdminV1alphaListCustomMetricsResponse({
- List<
GoogleAnalyticsAdminV1alphaCustomMetric> ? customMetrics, - String? nextPageToken,
Implementation
GoogleAnalyticsAdminV1alphaListCustomMetricsResponse({
this.customMetrics,
this.nextPageToken,
});