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

commonMain.tools.ozone.moderation.ModEventLabel.kt Maven / Gradle / Ivy

The newest version!
@file:Suppress("DEPRECATION")

package tools.ozone.moderation

import kotlin.String
import kotlin.Suppress
import kotlinx.serialization.Serializable
import sh.christian.ozone.api.model.ReadOnlyList

/**
 * Apply/Negate labels on a subject
 */
@Serializable
public data class ModEventLabel(
  public val comment: String? = null,
  public val createLabelVals: ReadOnlyList,
  public val negateLabelVals: ReadOnlyList,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy