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