$CustomBiddingAlgorithmRulesRef.fromJson constructor

$CustomBiddingAlgorithmRulesRef.fromJson(
  1. Map json_
)

Implementation

$CustomBiddingAlgorithmRulesRef.fromJson(core.Map json_)
    : this(
        resourceName: json_['resourceName'] as core.String?,
      );