IngestEventsRequest constructor

IngestEventsRequest({
  1. Consent? consent,
  2. List<Destination>? destinations,
  3. String? encoding,
  4. EncryptionInfo? encryptionInfo,
  5. List<Event>? events,
  6. bool? validateOnly,
})

Implementation

IngestEventsRequest({
  this.consent,
  this.destinations,
  this.encoding,
  this.encryptionInfo,
  this.events,
  this.validateOnly,
});