GoogleAdsSearchads360V23CommonRealTimeBiddingSetting.fromJson constructor

GoogleAdsSearchads360V23CommonRealTimeBiddingSetting.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonRealTimeBiddingSetting.fromJson(core.Map json_)
  : this(optIn: json_['optIn'] as core.bool?);