BatchResponse

open class BatchResponse

BatchResponse: Class to represent response for a BatchRequest.

Constructors

Link copied to clipboard
constructor(responseJson: JSONObject)

Properties

Link copied to clipboard
val HAS_ERRORS: String = "hasErrors"
Link copied to clipboard
Link copied to clipboard
val RESULTS: String = "results"
Link copied to clipboard