ExternalId

class ExternalId(key: String, id: String)

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

ExternalId
Link copied to clipboard
common
fun ExternalId(key: String, id: String)
The identifier type, for example:
  • "isrc" - International Standard Recording Code

  • "ean" - International Article Number

  • "upc" - Universal Product Code

Properties

id
Link copied to clipboard
common
val id: String
An external identifier for the object.
key
Link copied to clipboard
common
val key: String
The identifier type, for example:
  • "isrc" - International Standard Recording Code

  • "ean" - International Article Number

  • "upc" - Universal Product Code

Sources

common source
Link copied to clipboard