App Spec Worker Env
data class AppSpecWorkerEnv(val key: String? = null, val scope: String? = null, val type: String? = null, val value: String? = null)
Constructors
Link copied to clipboard
fun AppSpecWorkerEnv(key: String? = null, scope: String? = null, type: String? = null, value: String? = null)