Coverage Summary for Class: OperationBody (cloud.mindbox.mobile_sdk.models.operation)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| OperationBody | 0% (0/1) | 0% (0/1) | 0% (0/1) | 0% (0/2) |
@file:Suppress("DEPRECATION")
package cloud.mindbox.mobile_sdk.models.operation
import cloud.mindbox.mobile_sdk.models.OperationBodyInternal
@Deprecated("Use OperationBodyRequest or OperationBodyRequestBase")
public abstract class OperationBody : OperationBodyInternal()