toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final adGroupAdId = this.adGroupAdId;
final adGroupId = this.adGroupId;
final adUrls = this.adUrls;
final advertiserId = this.advertiserId;
final audioAd = this.audioAd;
final bumperAd = this.bumperAd;
final displayName = this.displayName;
final displayVideoSourceAd = this.displayVideoSourceAd;
final entityStatus = this.entityStatus;
final inStreamAd = this.inStreamAd;
final mastheadAd = this.mastheadAd;
final name = this.name;
final nonSkippableAd = this.nonSkippableAd;
final videoDiscoverAd = this.videoDiscoverAd;
final videoPerformanceAd = this.videoPerformanceAd;
return {
'adGroupAdId': ?adGroupAdId,
'adGroupId': ?adGroupId,
'adUrls': ?adUrls,
'advertiserId': ?advertiserId,
'audioAd': ?audioAd,
'bumperAd': ?bumperAd,
'displayName': ?displayName,
'displayVideoSourceAd': ?displayVideoSourceAd,
'entityStatus': ?entityStatus,
'inStreamAd': ?inStreamAd,
'mastheadAd': ?mastheadAd,
'name': ?name,
'nonSkippableAd': ?nonSkippableAd,
'videoDiscoverAd': ?videoDiscoverAd,
'videoPerformanceAd': ?videoPerformanceAd,
};
}