Coverage Summary for Class: ManufacturerResponse (cloud.mindbox.mobile_sdk.models.operation.response)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| ManufacturerResponse | 0% (0/1) | 0% (0/2) | 0% (0/2) | 0% (0/10) |
package cloud.mindbox.mobile_sdk.models.operation.response
import com.google.gson.annotations.SerializedName
public open class ManufacturerResponse(
@SerializedName("name") public val name: String? = null
) {
override fun toString(): String = "ManufacturerResponse(name=$name)"
}