GoogleAnalyticsAdminV1betaRunAccessReportRequest constructor
      
      GoogleAnalyticsAdminV1betaRunAccessReportRequest({ 
    
    
- List<GoogleAnalyticsAdminV1betaAccessDateRange> ? dateRanges,
- GoogleAnalyticsAdminV1betaAccessFilterExpression? dimensionFilter,
- List<GoogleAnalyticsAdminV1betaAccessDimension> ? dimensions,
- bool? expandGroups,
- bool? includeAllUsers,
- String? limit,
- GoogleAnalyticsAdminV1betaAccessFilterExpression? metricFilter,
- List<GoogleAnalyticsAdminV1betaAccessMetric> ? metrics,
- String? offset,
- List<GoogleAnalyticsAdminV1betaAccessOrderBy> ? orderBys,
- bool? returnEntityQuota,
- 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,
});