Coverage Summary for Class: SegmentResponse (cloud.mindbox.mobile_sdk.models.operation.response)

Class Class, % Method, % Branch, % Line, % Instruction, %
SegmentResponse 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 SegmentResponse(
     @SerializedName("ids") public val ids: Ids? = null
 ) {
 
     override fun toString(): String = "SegmentResponse(ids=$ids)"
 }