$DemandGenBiddingStrategy.fromJson constructor

$DemandGenBiddingStrategy.fromJson(
  1. Map json_
)

Implementation

$DemandGenBiddingStrategy.fromJson(core.Map json_)
  : this(
      effectiveBiddingValue: json_['effectiveBiddingValue'] as core.String?,
      effectiveBiddingValueSource:
          json_['effectiveBiddingValueSource'] as core.String?,
      type: json_['type'] as core.String?,
      value: json_['value'] as core.String?,
    );