IngestAdEventsRequest constructor

IngestAdEventsRequest({
  1. List<AdEvent>? adEvents,
  2. EncryptionInfo? encryptionInfo,
  3. bool? validateOnly,
})

Implementation

IngestAdEventsRequest({
  this.adEvents,
  this.encryptionInfo,
  this.validateOnly,
});