GoogleAnalyticsAdminV1betaListCustomMetricsResponse constructor

GoogleAnalyticsAdminV1betaListCustomMetricsResponse({
  1. List<GoogleAnalyticsAdminV1betaCustomMetric>? customMetrics,
  2. String? nextPageToken,
})

Implementation

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