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. String? campaignId,
  9. DimensionValue? campaignIdDimensionValue,
  10. String? comment,
  11. String? compatibility,
  12. String? contentCategoryId,
  13. PlacementConversionDomainOverride? conversionDomainOverride,
  14. LastModifiedInfo? createInfo,
  15. String? directorySiteId,
  16. DimensionValue? directorySiteIdDimensionValue,
  17. String? externalId,
  18. String? id,
  19. DimensionValue? idDimensionValue,
  20. String? keyName,
  21. String? kind,
  22. LastModifiedInfo? lastModifiedInfo,
  23. LookbackConfiguration? lookbackConfiguration,
  24. String? name,
  25. MeasurementPartnerWrappingData? partnerWrappingData,
  26. bool? paymentApproved,
  27. String? paymentSource,
  28. String? placementGroupId,
  29. DimensionValue? placementGroupIdDimensionValue,
  30. String? placementStrategyId,
  31. PricingSchedule? pricingSchedule,
  32. bool? primary,
  33. LastModifiedInfo? publisherUpdateInfo,
  34. String? siteId,
  35. DimensionValue? siteIdDimensionValue,
  36. bool? siteServed,
  37. Size? size,
  38. bool? sslRequired,
  39. String? status,
  40. String? subaccountId,
  41. List<String>? tagFormats,
  42. TagSetting? tagSetting,
  43. bool? videoActiveViewOptOut,
  44. VideoSettings? videoSettings,
  45. String? vpaidAdapterChoice,
  46. bool? wrappingOptOut,
})

Implementation

Placement({
  this.accountId,
  this.activeStatus,
  this.adBlockingOptOut,
  this.adServingPlatformId,
  this.additionalSizes,
  this.advertiserId,
  this.advertiserIdDimensionValue,
  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,
});