GoogleAnalyticsAdminV1alphaListCustomMetricsResponse constructor

GoogleAnalyticsAdminV1alphaListCustomMetricsResponse({
  1. List<GoogleAnalyticsAdminV1alphaCustomMetric>? customMetrics,
  2. String? nextPageToken,
})

Implementation

GoogleAnalyticsAdminV1alphaListCustomMetricsResponse({
  this.customMetrics,
  this.nextPageToken,
});