Placement constructor

Placement({
  1. String? accountId,
  2. String? activeStatus,
  3. bool? adBlockingOptOut,
  4. String? adServingPlatformId,
  5. List<Size>? additionalSizes,
  6. String? advertiserId,
  7. DimensionValue? advertiserIdDimensionValue,
  8. bool? allowOnYoutube,
  9. String? campaignId,
  10. DimensionValue? campaignIdDimensionValue,
  11. String? comment,
  12. String? compatibility,
  13. String? contentCategoryId,
  14. PlacementConversionDomainOverride? conversionDomainOverride,
  15. LastModifiedInfo? createInfo,
  16. String? directorySiteId,
  17. DimensionValue? directorySiteIdDimensionValue,
  18. String? externalId,
  19. String? id,
  20. DimensionValue? idDimensionValue,
  21. String? keyName,
  22. String? kind,
  23. LastModifiedInfo? lastModifiedInfo,
  24. LookbackConfiguration? lookbackConfiguration,
  25. String? name,
  26. MeasurementPartnerWrappingData? partnerWrappingData,
  27. bool? paymentApproved,
  28. String? paymentSource,
  29. String? placementGroupId,
  30. DimensionValue? placementGroupIdDimensionValue,
  31. String? placementStrategyId,
  32. PricingSchedule? pricingSchedule,
  33. bool? primary,
  34. LastModifiedInfo? publisherUpdateInfo,
  35. String? siteId,
  36. DimensionValue? siteIdDimensionValue,
  37. bool? siteServed,
  38. Size? size,
  39. bool? sslRequired,
  40. String? status,
  41. String? subaccountId,
  42. List<String>? tagFormats,
  43. TagSetting? tagSetting,
  44. bool? videoActiveViewOptOut,
  45. VideoSettings? videoSettings,
  46. String? vpaidAdapterChoice,
  47. bool? wrappingOptOut,
  48. YoutubeSettings? youtubeSettings,
})

Implementation

Placement({
  this.accountId,
  this.activeStatus,
  this.adBlockingOptOut,
  this.adServingPlatformId,
  this.additionalSizes,
  this.advertiserId,
  this.advertiserIdDimensionValue,
  this.allowOnYoutube,
  this.campaignId,
  this.campaignIdDimensionValue,
  this.comment,
  this.compatibility,
  this.contentCategoryId,
  this.conversionDomainOverride,
  this.createInfo,
  this.directorySiteId,
  this.directorySiteIdDimensionValue,
  this.externalId,
  this.id,
  this.idDimensionValue,
  this.keyName,
  this.kind,
  this.lastModifiedInfo,
  this.lookbackConfiguration,
  this.name,
  this.partnerWrappingData,
  this.paymentApproved,
  this.paymentSource,
  this.placementGroupId,
  this.placementGroupIdDimensionValue,
  this.placementStrategyId,
  this.pricingSchedule,
  this.primary,
  this.publisherUpdateInfo,
  this.siteId,
  this.siteIdDimensionValue,
  this.siteServed,
  this.size,
  this.sslRequired,
  this.status,
  this.subaccountId,
  this.tagFormats,
  this.tagSetting,
  this.videoActiveViewOptOut,
  this.videoSettings,
  this.vpaidAdapterChoice,
  this.wrappingOptOut,
  this.youtubeSettings,
});