GoogleAdsSearchads360V23ResourcesPhoneCallDetails constructor

GoogleAdsSearchads360V23ResourcesPhoneCallDetails({
  1. String? callDurationMillis,
  2. String? callRecordingUrl,
})

Implementation

GoogleAdsSearchads360V23ResourcesPhoneCallDetails({
  this.callDurationMillis,
  this.callRecordingUrl,
});