GoogleAnalyticsAdminV1betaConversionEvent constructor

GoogleAnalyticsAdminV1betaConversionEvent({
  1. String? countingMethod,
  2. String? createTime,
  3. bool? custom,
  4. GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue? defaultConversionValue,
  5. bool? deletable,
  6. String? eventName,
  7. String? name,
})

Implementation

GoogleAnalyticsAdminV1betaConversionEvent({
  this.countingMethod,
  this.createTime,
  this.custom,
  this.defaultConversionValue,
  this.deletable,
  this.eventName,
  this.name,
});