All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.deque.networking.analytics.AmplitudeResponse.kt Maven / Gradle / Ivy

The newest version!
package com.deque.networking.analytics

data class AmplitudeResponse(
    val code: Int,
    val error: String? = null,
    val server_upload_time: Long? = null,
    val payload_size_bytes: Int? = null,
    val events_ingested: Int? = null,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy