FloodlightActivity constructor

FloodlightActivity({
  1. List<String>? advertiserIds,
  2. String? displayName,
  3. String? floodlightActivityId,
  4. String? floodlightGroupId,
  5. String? name,
  6. List<RemarketingConfig>? remarketingConfigs,
  7. String? servingStatus,
  8. bool? sslRequired,
})

Implementation

FloodlightActivity({
  this.advertiserIds,
  this.displayName,
  this.floodlightActivityId,
  this.floodlightGroupId,
  this.name,
  this.remarketingConfigs,
  this.servingStatus,
  this.sslRequired,
});