Response

@Serializable
data class Response(val thirdPartyIdentifiers: Set<ThirdPartyIdentifier>)

Constructors

Link copied to clipboard
constructor(thirdPartyIdentifiers: Set<ThirdPartyIdentifier>)

Properties