PretargetingConfig constructor

PretargetingConfig({
  1. List<String>? allowedUserTargetingModes,
  2. AppTargeting? appTargeting,
  3. String? billingId,
  4. String? displayName,
  5. List<String>? excludedContentLabelIds,
  6. NumericTargetingDimension? geoTargeting,
  7. List<CreativeDimensions>? includedCreativeDimensions,
  8. List<String>? includedEnvironments,
  9. List<String>? includedFormats,
  10. List<String>? includedLanguages,
  11. List<String>? includedMobileOperatingSystemIds,
  12. List<String>? includedPlatforms,
  13. List<String>? includedUserIdTypes,
  14. String? interstitialTargeting,
  15. List<String>? invalidGeoIds,
  16. String? maximumQps,
  17. int? minimumViewabilityDecile,
  18. String? name,
  19. StringTargetingDimension? publisherTargeting,
  20. String? state,
  21. NumericTargetingDimension? userListTargeting,
  22. NumericTargetingDimension? verticalTargeting,
  23. StringTargetingDimension? webTargeting,
})

Implementation

PretargetingConfig({
  this.allowedUserTargetingModes,
  this.appTargeting,
  this.billingId,
  this.displayName,
  this.excludedContentLabelIds,
  this.geoTargeting,
  this.includedCreativeDimensions,
  this.includedEnvironments,
  this.includedFormats,
  this.includedLanguages,
  this.includedMobileOperatingSystemIds,
  this.includedPlatforms,
  this.includedUserIdTypes,
  this.interstitialTargeting,
  this.invalidGeoIds,
  this.maximumQps,
  this.minimumViewabilityDecile,
  this.name,
  this.publisherTargeting,
  this.state,
  this.userListTargeting,
  this.verticalTargeting,
  this.webTargeting,
});