ProductLinkResponse

data class ProductLinkResponse(val displayName: String? = null, val uri: String? = null)

Link with additional information about a product.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

The description of the link.

Link copied to clipboard
val uri: String? = null

The URI corresponding to the link.