toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final biddingStrategy = this.biddingStrategy;
  final resourceName = this.resourceName;
  return {'biddingStrategy': ?biddingStrategy, 'resourceName': ?resourceName};
}