OktaEventV3 constructor
- String? uuid,
- DateTime? published,
- String? eventType,
- String? version,
- String? displayMessage,
- String? severity,
- OktaEventActorV3? actor,
- List<
OktaEventTargetV3> ? target,
Implementation
const OktaEventV3({
this.uuid,
this.published,
this.eventType,
this.version,
this.displayMessage,
this.severity,
this.actor,
this.target,
});