All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.workos.webhooks.models.DirectoryGroupUserRemovedEvent.kt Maven / Gradle / Ivy

Go to download

The WorkOS Kotlin library provides convenient access to the WorkOS API from applications written in JVM compatible languages.

The newest version!
package com.workos.webhooks.models

/**
 * Webhook Event for `dsync.group.user_removed`.
 */
class DirectoryGroupUserRemovedEvent(
  @JvmField
  override val id: String,

  @JvmField
  override val event: EventType,

  @JvmField
  override val data: DirectoryGroupUserEvent,

  @JvmField
  override val createdAt: String
) : WebhookEvent(id, event, data, createdAt)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy