jp.nephy.penicillin.models.LivePipelineSubscription.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of penicillin Show documentation
Show all versions of penicillin Show documentation
Full-featured Twitter API wrapper for Kotlin.
@file:Suppress("UNUSED")
package jp.nephy.penicillin.models
import jp.nephy.jsonkt.JsonObject
import jp.nephy.jsonkt.delegation.jsonObject
data class LivePipelineSubscription(override val json: JsonObject): PenicillinModel {
val subscriptions by jsonObject
}