GoogleAdsSearchads360V23ResourcesPhoneCallDetails.fromJson constructor

GoogleAdsSearchads360V23ResourcesPhoneCallDetails.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesPhoneCallDetails.fromJson(core.Map json_)
  : this(
      callDurationMillis: json_['callDurationMillis'] as core.String?,
      callRecordingUrl: json_['callRecordingUrl'] as core.String?,
    );