SuccessResponse

data class SuccessResponse(val data: Data, val meta: Meta)

A class containing the data for a successful CheckResponse

Constructors

Link copied to clipboard
fun SuccessResponse(data: Data, meta: Meta)

Properties

Link copied to clipboard
val data: Data

the data returned from the check update request

Link copied to clipboard
val meta: Meta

metadata returned from Appflow