DataFlowEvent constructor

DataFlowEvent({
  1. String? eventId,
  2. String? eventTime,
  3. String? operation,
  4. String? principalEmail,
  5. String? violatedLocation,
})

Implementation

DataFlowEvent({
  this.eventId,
  this.eventTime,
  this.operation,
  this.principalEmail,
  this.violatedLocation,
});