IgnoredKeywordsResponseResult

data class IgnoredKeywordsResponseResult(keywords: List<String>?)

Parameters

keywords

Constructors

Link copied to clipboard
fun IgnoredKeywordsResponseResult(keywords: List<String>? = null)

Properties

Link copied to clipboard
val keywords: List<String>? = null