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

Class Class, % Method, % Branch, % Line, % Instruction, %
ProductResponse 100% (1/1) 100% (1/1) 100% (2/2) 100% (7/7)


 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>,
 )