GoogleAnalyticsAdminV1betaRunAccessReportRequest constructor

GoogleAnalyticsAdminV1betaRunAccessReportRequest({
  1. List<GoogleAnalyticsAdminV1betaAccessDateRange>? dateRanges,
  2. GoogleAnalyticsAdminV1betaAccessFilterExpression? dimensionFilter,
  3. List<GoogleAnalyticsAdminV1betaAccessDimension>? dimensions,
  4. bool? expandGroups,
  5. bool? includeAllUsers,
  6. String? limit,
  7. GoogleAnalyticsAdminV1betaAccessFilterExpression? metricFilter,
  8. List<GoogleAnalyticsAdminV1betaAccessMetric>? metrics,
  9. String? offset,
  10. List<GoogleAnalyticsAdminV1betaAccessOrderBy>? orderBys,
  11. bool? returnEntityQuota,
  12. String? timeZone,
})

Implementation

GoogleAnalyticsAdminV1betaRunAccessReportRequest({
  this.dateRanges,
  this.dimensionFilter,
  this.dimensions,
  this.expandGroups,
  this.includeAllUsers,
  this.limit,
  this.metricFilter,
  this.metrics,
  this.offset,
  this.orderBys,
  this.returnEntityQuota,
  this.timeZone,
});