toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final adGroupId = this.adGroupId;
final adId = this.adId;
final adUserDataConsent = this.adUserDataConsent;
final advertiserId = this.advertiserId;
final agencyId = this.agencyId;
final attributionModel = this.attributionModel;
final campaignId = this.campaignId;
final channel = this.channel;
final clickId = this.clickId;
final conversionId = this.conversionId;
final conversionModifiedTimestamp = this.conversionModifiedTimestamp;
final conversionTimestamp = this.conversionTimestamp;
final countMillis = this.countMillis;
final criterionId = this.criterionId;
final currencyCode = this.currencyCode;
final customDimension = this.customDimension;
final customMetric = this.customMetric;
final customerId = this.customerId;
final deviceType = this.deviceType;
final dsConversionId = this.dsConversionId;
final engineAccountId = this.engineAccountId;
final floodlightOrderId = this.floodlightOrderId;
final inventoryAccountId = this.inventoryAccountId;
final productCountry = this.productCountry;
final productGroupId = this.productGroupId;
final productId = this.productId;
final productLanguage = this.productLanguage;
final quantityMillis = this.quantityMillis;
final revenueMicros = this.revenueMicros;
final segmentationId = this.segmentationId;
final segmentationName = this.segmentationName;
final segmentationType = this.segmentationType;
final state = this.state;
final storeId = this.storeId;
final type = this.type;
return {
'adGroupId': ?adGroupId,
'adId': ?adId,
'adUserDataConsent': ?adUserDataConsent,
'advertiserId': ?advertiserId,
'agencyId': ?agencyId,
'attributionModel': ?attributionModel,
'campaignId': ?campaignId,
'channel': ?channel,
'clickId': ?clickId,
'conversionId': ?conversionId,
'conversionModifiedTimestamp': ?conversionModifiedTimestamp,
'conversionTimestamp': ?conversionTimestamp,
'countMillis': ?countMillis,
'criterionId': ?criterionId,
'currencyCode': ?currencyCode,
'customDimension': ?customDimension,
'customMetric': ?customMetric,
'customerId': ?customerId,
'deviceType': ?deviceType,
'dsConversionId': ?dsConversionId,
'engineAccountId': ?engineAccountId,
'floodlightOrderId': ?floodlightOrderId,
'inventoryAccountId': ?inventoryAccountId,
'productCountry': ?productCountry,
'productGroupId': ?productGroupId,
'productId': ?productId,
'productLanguage': ?productLanguage,
'quantityMillis': ?quantityMillis,
'revenueMicros': ?revenueMicros,
'segmentationId': ?segmentationId,
'segmentationName': ?segmentationName,
'segmentationType': ?segmentationType,
'state': ?state,
'storeId': ?storeId,
'type': ?type,
};
}