GoogleAdsSearchads360V23ResourcesCallView constructor

GoogleAdsSearchads360V23ResourcesCallView({
  1. String? callDurationSeconds,
  2. String? callStatus,
  3. String? callTrackingDisplayLocation,
  4. String? callerAreaCode,
  5. String? callerCountryCode,
  6. String? endCallDateTime,
  7. String? resourceName,
  8. String? startCallDateTime,
  9. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesCallView({
  this.callDurationSeconds,
  this.callStatus,
  this.callTrackingDisplayLocation,
  this.callerAreaCode,
  this.callerCountryCode,
  this.endCallDateTime,
  this.resourceName,
  this.startCallDateTime,
  this.type,
});