CompetitiveVisibility constructor
CompetitiveVisibility({
- double? adsOrganicRatio,
- double? categoryBenchmarkVisibilityTrend,
- String? categoryId,
- String? countryCode,
- Date? date,
- String? domain,
- double? higherPositionRate,
- bool? isYourDomain,
- double? pageOverlapRate,
- String? rank,
- double? relativeVisibility,
- String? trafficSource,
- 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,
});