toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final biddingStrategyType = this.biddingStrategyType;
final targetCpaMicros = this.targetCpaMicros;
final targetImpressionShareInfo = this.targetImpressionShareInfo;
final targetRoas = this.targetRoas;
return {
'biddingStrategyType': ?biddingStrategyType,
'targetCpaMicros': ?targetCpaMicros,
'targetImpressionShareInfo': ?targetImpressionShareInfo,
'targetRoas': ?targetRoas,
};
}