SeosSdkMetadata

@Serializable
data class SeosSdkMetadata(val lastTsmCommunicationTimestamp: String?, val sdkVersion: String, val lastErrorCode: SeamError?, val lastReaderCommunication: String?, val endpointInfo: SeamSchema.SeosEndpointInfo?, val externalKeyIds: List<String>)

SEOS SDK metadata.

Constructors

Link copied to clipboard
constructor(lastTsmCommunicationTimestamp: String?, sdkVersion: String, lastErrorCode: SeamError?, lastReaderCommunication: String?, endpointInfo: SeamSchema.SeosEndpointInfo?, externalKeyIds: List<String>)

Properties

Link copied to clipboard
@SerialName(value = "endpoint_info")
val endpointInfo: SeamSchema.SeosEndpointInfo?
Link copied to clipboard
@SerialName(value = "external_key_ids")
val externalKeyIds: List<String>
Link copied to clipboard
@SerialName(value = "last_error_code")
val lastErrorCode: SeamError?
Link copied to clipboard
@SerialName(value = "last_reader_communication")
val lastReaderCommunication: String?
Link copied to clipboard
@SerialName(value = "last_tsm_communication_timestamp")
val lastTsmCommunicationTimestamp: String?
Link copied to clipboard
@SerialName(value = "sdk_version")
val sdkVersion: String