CompetitiveVisibility constructor

CompetitiveVisibility({
  1. double? adsOrganicRatio,
  2. double? categoryBenchmarkVisibilityTrend,
  3. String? categoryId,
  4. String? countryCode,
  5. Date? date,
  6. String? domain,
  7. double? higherPositionRate,
  8. bool? isYourDomain,
  9. double? pageOverlapRate,
  10. String? rank,
  11. double? relativeVisibility,
  12. String? trafficSource,
  13. double? yourDomainVisibilityTrend,
})

Implementation

CompetitiveVisibility({
  this.adsOrganicRatio,
  this.categoryBenchmarkVisibilityTrend,
  this.categoryId,
  this.countryCode,
  this.date,
  this.domain,
  this.higherPositionRate,
  this.isYourDomain,
  this.pageOverlapRate,
  this.rank,
  this.relativeVisibility,
  this.trafficSource,
  this.yourDomainVisibilityTrend,
});