Server Endpoint Recall Status Response
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)