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