OktaEventV2 constructor

const OktaEventV2({
  1. String? uuid,
  2. DateTime? published,
  3. String? eventType,
  4. String? version,
  5. String? displayMessage,
  6. String? severity,
  7. OktaEventActorV2? actor,
  8. List<OktaEventTargetV2>? target,
})

Implementation

const OktaEventV2({
  this.uuid,
  this.published,
  this.eventType,
  this.version,
  this.displayMessage,
  this.severity,
  this.actor,
  this.target,
});