Get App Spec Function Cors
data class GetAppSpecFunctionCors(val allowCredentials: Boolean? = null, val allowHeaders: List<String>? = null, val allowMethods: List<String>? = null, val allowOrigins: GetAppSpecFunctionCorsAllowOrigins? = null, val exposeHeaders: List<String>? = null, val maxAge: String? = null)
Constructors
Link copied to clipboard
fun GetAppSpecFunctionCors(allowCredentials: Boolean? = null, allowHeaders: List<String>? = null, allowMethods: List<String>? = null, allowOrigins: GetAppSpecFunctionCorsAllowOrigins? = null, exposeHeaders: List<String>? = null, maxAge: String? = null)