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
ConvertTmrAccessesResponse | constructor(status: String, errored: Int, succeeded: Int, converted: Array<String>) |
Properties
Name | Summary |
---|---|
converted | val converted: Array<String> IDs of the accesses that were fully converted. |
errored | val errored: Int The number of conversions that failed. |
status | val status: String Status of the conversion ok or ko . |
succeeded | val succeeded: Int The number of conversions that succeeded. |