toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final adGroup = this.adGroup;
final availability = this.availability;
final brand = this.brand;
final campaign = this.campaign;
final categoryLevel1 = this.categoryLevel1;
final categoryLevel2 = this.categoryLevel2;
final categoryLevel3 = this.categoryLevel3;
final categoryLevel4 = this.categoryLevel4;
final categoryLevel5 = this.categoryLevel5;
final channel = this.channel;
final channelExclusivity = this.channelExclusivity;
final condition = this.condition;
final currencyCode = this.currencyCode;
final customAttribute0 = this.customAttribute0;
final customAttribute1 = this.customAttribute1;
final customAttribute2 = this.customAttribute2;
final customAttribute3 = this.customAttribute3;
final customAttribute4 = this.customAttribute4;
final effectiveMaxCpcMicros = this.effectiveMaxCpcMicros;
final feedLabel = this.feedLabel;
final issues = this.issues;
final itemId = this.itemId;
final languageCode = this.languageCode;
final merchantCenterId = this.merchantCenterId;
final multiClientAccountId = this.multiClientAccountId;
final priceMicros = this.priceMicros;
final productImageUri = this.productImageUri;
final productTypeLevel1 = this.productTypeLevel1;
final productTypeLevel2 = this.productTypeLevel2;
final productTypeLevel3 = this.productTypeLevel3;
final productTypeLevel4 = this.productTypeLevel4;
final productTypeLevel5 = this.productTypeLevel5;
final resourceName = this.resourceName;
final status = this.status;
final targetCountries = this.targetCountries;
final title = this.title;
return {
'adGroup': ?adGroup,
'availability': ?availability,
'brand': ?brand,
'campaign': ?campaign,
'categoryLevel1': ?categoryLevel1,
'categoryLevel2': ?categoryLevel2,
'categoryLevel3': ?categoryLevel3,
'categoryLevel4': ?categoryLevel4,
'categoryLevel5': ?categoryLevel5,
'channel': ?channel,
'channelExclusivity': ?channelExclusivity,
'condition': ?condition,
'currencyCode': ?currencyCode,
'customAttribute0': ?customAttribute0,
'customAttribute1': ?customAttribute1,
'customAttribute2': ?customAttribute2,
'customAttribute3': ?customAttribute3,
'customAttribute4': ?customAttribute4,
'effectiveMaxCpcMicros': ?effectiveMaxCpcMicros,
'feedLabel': ?feedLabel,
'issues': ?issues,
'itemId': ?itemId,
'languageCode': ?languageCode,
'merchantCenterId': ?merchantCenterId,
'multiClientAccountId': ?multiClientAccountId,
'priceMicros': ?priceMicros,
'productImageUri': ?productImageUri,
'productTypeLevel1': ?productTypeLevel1,
'productTypeLevel2': ?productTypeLevel2,
'productTypeLevel3': ?productTypeLevel3,
'productTypeLevel4': ?productTypeLevel4,
'productTypeLevel5': ?productTypeLevel5,
'resourceName': ?resourceName,
'status': ?status,
'targetCountries': ?targetCountries,
'title': ?title,
};
}