Project constructor
Project({
- String? accountId,
- String? advertiserId,
- String? audienceAgeGroup,
- String? audienceGender,
- String? budget,
- String? clientBillingCode,
- String? clientName,
- DateTime? endDate,
- String? id,
- String? kind,
- LastModifiedInfo? lastModifiedInfo,
- String? name,
- String? overview,
- DateTime? startDate,
- String? subaccountId,
- String? targetClicks,
- String? targetConversions,
- String? targetCpaNanos,
- String? targetCpcNanos,
- String? targetCpmActiveViewNanos,
- String? targetCpmNanos,
- 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,
});