CompetitiveVisibilityCompetitorView constructor

CompetitiveVisibilityCompetitorView({
  1. double? adsOrganicRatio,
  2. Date? date,
  3. String? domain,
  4. double? higherPositionRate,
  5. bool? isYourDomain,
  6. double? pageOverlapRate,
  7. String? rank,
  8. double? relativeVisibility,
  9. String? reportCategoryId,
  10. String? reportCountryCode,
  11. String? trafficSource,
})

Implementation

CompetitiveVisibilityCompetitorView({
  this.adsOrganicRatio,
  this.date,
  this.domain,
  this.higherPositionRate,
  this.isYourDomain,
  this.pageOverlapRate,
  this.rank,
  this.relativeVisibility,
  this.reportCategoryId,
  this.reportCountryCode,
  this.trafficSource,
});