GoogleAdsSearchads360V23ResourcesOfflineConversionUploadClientSummary constructor
GoogleAdsSearchads360V23ResourcesOfflineConversionUploadClientSummary({
- List<
GoogleAdsSearchads360V23ResourcesOfflineConversionAlert> ? alerts, - String? client,
- List<
GoogleAdsSearchads360V23ResourcesOfflineConversionSummary> ? dailySummaries, - List<
GoogleAdsSearchads360V23ResourcesOfflineConversionSummary> ? jobSummaries, - String? lastUploadDateTime,
- String? pendingEventCount,
- double? pendingRate,
- String? resourceName,
- String? status,
- double? successRate,
- String? successfulEventCount,
- String? totalEventCount,
Implementation
GoogleAdsSearchads360V23ResourcesOfflineConversionUploadClientSummary({
this.alerts,
this.client,
this.dailySummaries,
this.jobSummaries,
this.lastUploadDateTime,
this.pendingEventCount,
this.pendingRate,
this.resourceName,
this.status,
this.successRate,
this.successfulEventCount,
this.totalEventCount,
});