mirror of
https://github.com/hmalik144/api-testing-automation-framework.git
synced 2025-12-10 02:55:21 +00:00
6 lines
107 B
Kotlin
6 lines
107 B
Kotlin
package model
|
|
|
|
data class CreateBookingResponse(
|
|
var bookingid: Int,
|
|
var booking: BookingResponse
|
|
) |