Get Slots Result
data class GetSlotsResult(val dbInstanceId: String, val id: String, val outputFile: String? = null, val resourceGroupId: String? = null, val slots: List<GetSlotsSlot>)
A collection of values returned by getSlots.
Constructors
Link copied to clipboard
fun GetSlotsResult(dbInstanceId: String, id: String, outputFile: String? = null, resourceGroupId: String? = null, slots: List<GetSlotsSlot>)