toJson method

Map<String, dynamic> toJson()

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,
  };
}