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

jp.nephy.penicillin.models.LivePipelineSubscription.kt Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
@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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy