GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings constructor

GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings({
  1. bool? fileDownloadsEnabled,
  2. String? name,
  3. bool? outboundClicksEnabled,
  4. bool? pageChangesEnabled,
  5. bool? pageLoadsEnabled,
  6. bool? pageViewsEnabled,
  7. bool? scrollsEnabled,
  8. String? searchQueryParameter,
  9. bool? siteSearchEnabled,
  10. bool? streamEnabled,
  11. String? uriQueryParameter,
  12. bool? videoEngagementEnabled,
})

Implementation

GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings({
  this.fileDownloadsEnabled,
  this.name,
  this.outboundClicksEnabled,
  this.pageChangesEnabled,
  this.pageLoadsEnabled,
  this.pageViewsEnabled,
  this.scrollsEnabled,
  this.searchQueryParameter,
  this.siteSearchEnabled,
  this.streamEnabled,
  this.uriQueryParameter,
  this.videoEngagementEnabled,
});