Placement constructor

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

Implementation

Placement({
  this.accountId,
  this.activeStatus,
  this.adBlockingOptOut,
  this.additionalSizes,
  this.advertiserId,
  this.advertiserIdDimensionValue,
  this.campaignId,
  this.campaignIdDimensionValue,
  this.comment,
  this.compatibility,
  this.contentCategoryId,
  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.size,
  this.sslRequired,
  this.status,
  this.subaccountId,
  this.tagFormats,
  this.tagSetting,
  this.videoActiveViewOptOut,
  this.videoSettings,
  this.vpaidAdapterChoice,
  this.wrappingOptOut,
});