IngestEventsRequest constructor
IngestEventsRequest({
- Consent? consent,
- List<
Destination> ? destinations, - String? encoding,
- EncryptionInfo? encryptionInfo,
- List<
Event> ? events, - bool? validateOnly,
Implementation
IngestEventsRequest({
this.consent,
this.destinations,
this.encoding,
this.encryptionInfo,
this.events,
this.validateOnly,
});