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

commonMain.tools.ozone.set.deleteSet.kt Maven / Gradle / Ivy

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

package tools.ozone.`set`

import kotlin.String
import kotlin.Suppress
import kotlinx.serialization.Serializable

/**
 * @param name Name of the set to delete
 */
@Serializable
public data class DeleteSetRequest(
  /**
   * Name of the set to delete
   */
  public val name: String,
)

@Serializable
public object DeleteSetResponse




© 2015 - 2024 Weber Informatics LLC | Privacy Policy