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