Get Bundle Result
data class GetBundleResult(val bundleId: String? = null, val computeTypes: List<GetBundleComputeType>, val description: String, val id: String, val name: String? = null, val owner: String? = null, val rootStorages: List<GetBundleRootStorage>, val userStorages: List<GetBundleUserStorage>)
A collection of values returned by getBundle.
Constructors
Link copied to clipboard
constructor(bundleId: String? = null, computeTypes: List<GetBundleComputeType>, description: String, id: String, name: String? = null, owner: String? = null, rootStorages: List<GetBundleRootStorage>, userStorages: List<GetBundleUserStorage>)