FloodlightGroup constructor
FloodlightGroup({
- ActiveViewVideoViewabilityMetricConfig? activeViewConfig,
- Map<
String, Object?> ? customVariables, - String? displayName,
- String? floodlightGroupId,
- LookbackWindow? lookbackWindow,
- String? name,
- String? webTagType,
Implementation
FloodlightGroup({
this.activeViewConfig,
this.customVariables,
this.displayName,
this.floodlightGroupId,
this.lookbackWindow,
this.name,
this.webTagType,
});