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