Coverage Summary for Class: UsageServiceStatusResponse (cloud.mindbox.mobile_sdk.models.operation.response)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| UsageServiceStatusResponse | 0% (0/1) | 0% (0/1) | 0% (0/2) | 0% (0/18) |
package cloud.mindbox.mobile_sdk.models.operation.response
import com.google.gson.annotations.SerializedName
public enum class UsageServiceStatusResponse {
@SerializedName("available")
AVAILABLE,
@SerializedName("unavailable")
UNAVAILABLE
}