Advertisement
Karpador

List Reorder

Nov 30th, 2024 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.21 KB | None | 0 0
  1. data class ListReorderRequestBody(
  2.     @SerializedName("tourIdentifier") val tourIdentifier: TourIdentifier,
  3.     @SerializedName("planstoppListElements") val planstoppListElements: List<PlanstoppListElement>,
  4. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement