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