customer-android-kotlin

//core/com.kustomer.core.models.kb/KusKbArticle/KusKbArticle

KusKbArticle

[androidJvm]
fun KusKbArticle(id: String = "", @Json(name = "article")articleId: String?, title: String, metaDescription: Any? = null, htmlBody: String?, lang: String, published: Boolean = true, scope: KusKbArticle.KBArticleScope = KBArticleScope.Public, updatedAt: Long?, version: Long, kbUrl: String?, knowledgeBaseId: String?, slug: String, hash: String, articleUrl: String? = null, articleEmbeddedUrl: String? = null, rawJson: Any? = null)