blob: 9a4a159b8cbac9772dcfc03c8d823a3532d324c5 [file] [log] [blame]
package com.airbnb.lottie.samples.model
data class AnimationResponseV2(
val current_page: Int,
val data: List<AnimationDataV2>,
val first_page_url: String,
val from: Int,
val last_page: Int,
val last_page_url: String,
val next_page_url: Any,
val path: String,
val per_page: Int,
val prev_page_url: Any,
val to: Int,
val total: Int
)