DiscoveryIDConversionResponse

data class DiscoveryIDConversionResponse(var idList: List<String>? = null)

Represents an ID conversion response from the Discovery API.

Holds a list of converted IDs.

Constructors

Link copied to clipboard
constructor(idList: List<String>? = null)

Properties

Link copied to clipboard

List of converted IDs, if available.