MetadataCategory

data class MetadataCategory(val domains: List<String>? = null, val verticals: List<String>? = null)

Constructors

Link copied to clipboard
constructor(domains: List<String>? = null, verticals: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Specifies a list of domains for the solution content item.

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

Specifies a list of industry verticals for the solution content item.