Ad constructor

Ad({
  1. String? accountId,
  2. bool? active,
  3. String? advertiserId,
  4. DimensionValue? advertiserIdDimensionValue,
  5. bool? archived,
  6. String? audienceSegmentId,
  7. String? campaignId,
  8. DimensionValue? campaignIdDimensionValue,
  9. ClickThroughUrl? clickThroughUrl,
  10. ClickThroughUrlSuffixProperties? clickThroughUrlSuffixProperties,
  11. String? comments,
  12. String? compatibility,
  13. LastModifiedInfo? createInfo,
  14. List<CreativeGroupAssignment>? creativeGroupAssignments,
  15. CreativeRotation? creativeRotation,
  16. DayPartTargeting? dayPartTargeting,
  17. DefaultClickThroughEventTagProperties? defaultClickThroughEventTagProperties,
  18. DeliverySchedule? deliverySchedule,
  19. bool? dynamicClickTracker,
  20. DateTime? endTime,
  21. List<EventTagOverride>? eventTagOverrides,
  22. GeoTargeting? geoTargeting,
  23. String? id,
  24. DimensionValue? idDimensionValue,
  25. KeyValueTargetingExpression? keyValueTargetingExpression,
  26. String? kind,
  27. LanguageTargeting? languageTargeting,
  28. LastModifiedInfo? lastModifiedInfo,
  29. String? name,
  30. List<PlacementAssignment>? placementAssignments,
  31. ListTargetingExpression? remarketingListExpression,
  32. Size? size,
  33. bool? sslCompliant,
  34. bool? sslRequired,
  35. DateTime? startTime,
  36. String? subaccountId,
  37. String? targetingTemplateId,
  38. TechnologyTargeting? technologyTargeting,
  39. String? type,
})

Implementation

Ad({
  this.accountId,
  this.active,
  this.advertiserId,
  this.advertiserIdDimensionValue,
  this.archived,
  this.audienceSegmentId,
  this.campaignId,
  this.campaignIdDimensionValue,
  this.clickThroughUrl,
  this.clickThroughUrlSuffixProperties,
  this.comments,
  this.compatibility,
  this.createInfo,
  this.creativeGroupAssignments,
  this.creativeRotation,
  this.dayPartTargeting,
  this.defaultClickThroughEventTagProperties,
  this.deliverySchedule,
  this.dynamicClickTracker,
  this.endTime,
  this.eventTagOverrides,
  this.geoTargeting,
  this.id,
  this.idDimensionValue,
  this.keyValueTargetingExpression,
  this.kind,
  this.languageTargeting,
  this.lastModifiedInfo,
  this.name,
  this.placementAssignments,
  this.remarketingListExpression,
  this.size,
  this.sslCompliant,
  this.sslRequired,
  this.startTime,
  this.subaccountId,
  this.targetingTemplateId,
  this.technologyTargeting,
  this.type,
});