ServerEndpointRecallStatusResponse

data class ServerEndpointRecallStatusResponse(val lastUpdatedTimestamp: String, val recallErrors: List<ServerEndpointRecallErrorResponse>, val totalRecallErrorsCount: Double)

Server endpoint recall status object.

Constructors

Link copied to clipboard
constructor(lastUpdatedTimestamp: String, recallErrors: List<ServerEndpointRecallErrorResponse>, totalRecallErrorsCount: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Last updated timestamp

Link copied to clipboard
Link copied to clipboard

Total count of recall errors.