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