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

notion.api.v1.request.blocks.DeleteBlockRequest.kt Maven / Gradle / Ivy

package notion.api.v1.request.blocks

// var is intentional here (for the easiness in other JVM languages)
data class DeleteBlockRequest
@JvmOverloads
constructor(
    val blockId: String,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy