Project constructor

Project({
  1. String? accountId,
  2. String? advertiserId,
  3. String? audienceAgeGroup,
  4. String? audienceGender,
  5. String? budget,
  6. String? clientBillingCode,
  7. String? clientName,
  8. DateTime? endDate,
  9. String? id,
  10. String? kind,
  11. LastModifiedInfo? lastModifiedInfo,
  12. String? name,
  13. String? overview,
  14. DateTime? startDate,
  15. String? subaccountId,
  16. String? targetClicks,
  17. String? targetConversions,
  18. String? targetCpaNanos,
  19. String? targetCpcNanos,
  20. String? targetCpmActiveViewNanos,
  21. String? targetCpmNanos,
  22. String? targetImpressions,
})

Implementation

Project({
  this.accountId,
  this.advertiserId,
  this.audienceAgeGroup,
  this.audienceGender,
  this.budget,
  this.clientBillingCode,
  this.clientName,
  this.endDate,
  this.id,
  this.kind,
  this.lastModifiedInfo,
  this.name,
  this.overview,
  this.startDate,
  this.subaccountId,
  this.targetClicks,
  this.targetConversions,
  this.targetCpaNanos,
  this.targetCpcNanos,
  this.targetCpmActiveViewNanos,
  this.targetCpmNanos,
  this.targetImpressions,
});