OktaEventV3 constructor

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

Implementation

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