BundleInfo

data class BundleInfo(val id: Int, val location: String, val type: EmbeddedGuestVFSImpl.BundleFormat) : Record

Constructors

Link copied to clipboard
constructor(id: Int, location: String, type: EmbeddedGuestVFSImpl.BundleFormat)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: Int

Internal (local) ID for the bundle.

Link copied to clipboard

URI or symbolic location for the bundle.

Link copied to clipboard

Format for the bundle.