FunctionUrlCors

constructor(allowCredentials: Boolean? = null, allowHeaders: List<String>? = null, allowMethods: List<String>? = null, allowOrigins: List<String>? = null, exposeHeaders: List<String>? = null, maxAge: Int? = null)