CorsRuleResponse

constructor(allowedHeaders: List<String>? = null, allowedMethods: List<String>? = null, allowedOrigins: List<String>, exposedHeaders: List<String>? = null, maxAgeInSeconds: Int? = null)