Skip to content

ConvertTmrAccessesResponse

data class ConvertTmrAccessesResponse(val status: String, val errored: Int, val succeeded: Int, val converted: Array<String>)

ConvertTmrAccessesResponse holds the information about the converted tmr accesses.

Constructors

ConvertTmrAccessesResponseconstructor(status: String, errored: Int, succeeded: Int, converted: Array<String>)

Properties

NameSummary
convertedval converted: Array<String>
IDs of the accesses that were fully converted.
erroredval errored: Int
The number of conversions that failed.
statusval status: String
Status of the conversion ok or ko.
succeededval succeeded: Int
The number of conversions that succeeded.