toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accountId = this.accountId;
  final adSlots = this.adSlots;
  final advertiserId = this.advertiserId;
  final contentCategoryId = this.contentCategoryId;
  final estimatedClickThroughRate = this.estimatedClickThroughRate;
  final estimatedConversionRate = this.estimatedConversionRate;
  final id = this.id;
  final inPlan = this.inPlan;
  final kind = this.kind;
  final lastModifiedInfo = this.lastModifiedInfo;
  final name = this.name;
  final negotiationChannelId = this.negotiationChannelId;
  final orderId = this.orderId;
  final placementStrategyId = this.placementStrategyId;
  final pricing = this.pricing;
  final projectId = this.projectId;
  final rfpId = this.rfpId;
  final siteId = this.siteId;
  final subaccountId = this.subaccountId;
  final type = this.type;
  return {
    'accountId': ?accountId,
    'adSlots': ?adSlots,
    'advertiserId': ?advertiserId,
    'contentCategoryId': ?contentCategoryId,
    'estimatedClickThroughRate': ?estimatedClickThroughRate,
    'estimatedConversionRate': ?estimatedConversionRate,
    'id': ?id,
    'inPlan': ?inPlan,
    'kind': ?kind,
    'lastModifiedInfo': ?lastModifiedInfo,
    'name': ?name,
    'negotiationChannelId': ?negotiationChannelId,
    'orderId': ?orderId,
    'placementStrategyId': ?placementStrategyId,
    'pricing': ?pricing,
    'projectId': ?projectId,
    'rfpId': ?rfpId,
    'siteId': ?siteId,
    'subaccountId': ?subaccountId,
    'type': ?type,
  };
}