mirror of
https://github.com/hmalik144/api-testing-automation-framework.git
synced 2025-12-10 02:55:21 +00:00
6 lines
93 B
Kotlin
6 lines
93 B
Kotlin
package model
|
|
|
|
data class Bookingdates (
|
|
var checkin: String,
|
|
var checkout: String,
|
|
) |