Get App Spec Function Cors Allow Origins
data class GetAppSpecFunctionCorsAllowOrigins(val exact: String? = null, val prefix: String? = null, val regex: String? = null)
Properties
Link copied to clipboard
The Access-Control-Allow-Origin
header will be set to the client's origin if the client’s origin matches the regex you provide, in RE2 style syntax.