GoogleAnalyticsAdminV1alphaConversionEvent constructor

GoogleAnalyticsAdminV1alphaConversionEvent({
  1. String? createTime,
  2. bool? custom,
  3. bool? deletable,
  4. String? eventName,
  5. String? name,
})

Implementation

GoogleAnalyticsAdminV1alphaConversionEvent({
  this.createTime,
  this.custom,
  this.deletable,
  this.eventName,
  this.name,
});