GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings constructor

GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings({
  1. String? eventName,
  2. String? projectId,
  3. String? propertyId,
  4. String? propertyName,
})

Implementation

GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings({
  this.eventName,
  this.projectId,
  this.propertyId,
  this.propertyName,
});