GoogleAdsSearchads360V23CommonEventAttribute constructor

GoogleAdsSearchads360V23CommonEventAttribute({
  1. String? event,
  2. String? eventDateTime,
  3. List<GoogleAdsSearchads360V23CommonEventItemAttribute>? itemAttribute,
})

Implementation

GoogleAdsSearchads360V23CommonEventAttribute({
  this.event,
  this.eventDateTime,
  this.itemAttribute,
});