ExternalId

class ExternalId(val key: String, val id: String)(source)

An external id linked to the result object

Parameters

key

The identifier type, for example:

  • "isrc" - International Standard Recording Code

  • "ean" - International Article Number

  • "upc" - Universal Product Code

id

An external identifier for the object.

Constructors

Link copied to clipboard
constructor(key: String, id: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val key: String