Coverage Summary for Class: ProductSegmentationResponse (cloud.mindbox.mobile_sdk.inapp.domain.models)

Class Class, % Method, % Branch, % Line, % Instruction, %
ProductSegmentationResponse 100% (1/1) 100% (1/1) 100% (3/3) 100% (12/12)


 package cloud.mindbox.mobile_sdk.inapp.domain.models
 
 internal data class ProductSegmentationResponse(
     val segmentationExternalId: String,
     val segmentExternalId: String,
 )
 
 internal data class ProductResponse(
     val productList: List<ProductSegmentationResponse>,
 )
 
 internal data class ProductSegmentationResponseWrapper(
     val productSegmentations: List<ProductResponse>,
 )