DescriptionResponse

data class DescriptionResponse(val attributes: List<String>, val descriptionType: String, val keywords: List<String>, val links: List<LinkResponse>, val longDescription: String, val shortDescription: String)

Description related properties of a product system.

Constructors

Link copied to clipboard
constructor(attributes: List<String>, descriptionType: String, keywords: List<String>, links: List<LinkResponse>, longDescription: String, shortDescription: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Attributes for the product system.

Link copied to clipboard

Type of description.

Link copied to clipboard

Keywords for the product system.

Link copied to clipboard

Links for the product system.

Link copied to clipboard

Long description of the product system.

Link copied to clipboard

Short description of the product system.