BitlinkRequest

sealed interface BitlinkRequest(source)

Common fields shared by Bitlink create and update requests.

This sealed interface provides a consistent structure for request types while keeping the public API compact and predictable.

Author

Erik C. Thauvin

Since

3.0

Inheritors

Properties

Link copied to clipboard
abstract val deeplinks: List<Deeplink>?
Link copied to clipboard
abstract val tags: List<String>?
Link copied to clipboard
abstract val title: String?
Link copied to clipboard
abstract val toJson: Boolean