Ios Device Response
data class IosDeviceResponse(val iosModelId: String, val iosVersionId: String, val locale: String, val orientation: String)
A single iOS device.
Constructors
Link copied to clipboard
fun IosDeviceResponse(iosModelId: String, iosVersionId: String, locale: String, orientation: String)