FloodlightGroup constructor

FloodlightGroup({
  1. ActiveViewVideoViewabilityMetricConfig? activeViewConfig,
  2. Map<String, Object?>? customVariables,
  3. String? displayName,
  4. String? floodlightGroupId,
  5. LookbackWindow? lookbackWindow,
  6. String? name,
  7. String? webTagType,
})

Implementation

FloodlightGroup({
  this.activeViewConfig,
  this.customVariables,
  this.displayName,
  this.floodlightGroupId,
  this.lookbackWindow,
  this.name,
  this.webTagType,
});