PlacementGroup constructor

PlacementGroup({
  1. String? accountId,
  2. String? activeStatus,
  3. String? advertiserId,
  4. DimensionValue? advertiserIdDimensionValue,
  5. String? campaignId,
  6. DimensionValue? campaignIdDimensionValue,
  7. List<String>? childPlacementIds,
  8. String? comment,
  9. String? contentCategoryId,
  10. LastModifiedInfo? createInfo,
  11. String? directorySiteId,
  12. DimensionValue? directorySiteIdDimensionValue,
  13. String? externalId,
  14. String? id,
  15. DimensionValue? idDimensionValue,
  16. String? kind,
  17. LastModifiedInfo? lastModifiedInfo,
  18. String? name,
  19. String? placementGroupType,
  20. String? placementStrategyId,
  21. PricingSchedule? pricingSchedule,
  22. String? primaryPlacementId,
  23. DimensionValue? primaryPlacementIdDimensionValue,
  24. String? siteId,
  25. DimensionValue? siteIdDimensionValue,
  26. String? subaccountId,
})

Implementation

PlacementGroup({
  this.accountId,
  this.activeStatus,
  this.advertiserId,
  this.advertiserIdDimensionValue,
  this.campaignId,
  this.campaignIdDimensionValue,
  this.childPlacementIds,
  this.comment,
  this.contentCategoryId,
  this.createInfo,
  this.directorySiteId,
  this.directorySiteIdDimensionValue,
  this.externalId,
  this.id,
  this.idDimensionValue,
  this.kind,
  this.lastModifiedInfo,
  this.name,
  this.placementGroupType,
  this.placementStrategyId,
  this.pricingSchedule,
  this.primaryPlacementId,
  this.primaryPlacementIdDimensionValue,
  this.siteId,
  this.siteIdDimensionValue,
  this.subaccountId,
});