IngestAdEventsRequest constructor
IngestAdEventsRequest({
- List<
AdEvent> ? adEvents, - EncryptionInfo? encryptionInfo,
- bool? validateOnly,
Implementation
IngestAdEventsRequest({
this.adEvents,
this.encryptionInfo,
this.validateOnly,
});