BundleListResponse

data class BundleListResponse(val items: List<BundleItem> = emptyList())

Constructors

Link copied to clipboard
fun BundleListResponse(items: List<BundleItem> = emptyList())

Properties

Link copied to clipboard
val items: List<BundleItem>

Sources

Link copied to clipboard