GoogleAdsSearchads360V23ResourcesCallReportingSetting.fromJson constructor

GoogleAdsSearchads360V23ResourcesCallReportingSetting.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesCallReportingSetting.fromJson(core.Map json_)
  : this(
      callConversionAction: json_['callConversionAction'] as core.String?,
      callConversionReportingEnabled:
          json_['callConversionReportingEnabled'] as core.bool?,
      callReportingEnabled: json_['callReportingEnabled'] as core.bool?,
    );