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