deployment.Deployment.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evaluation-proxy-core Show documentation
Show all versions of evaluation-proxy-core Show documentation
Core package for Amplitude's evaluation proxy.
package com.amplitude.deployment
import kotlinx.serialization.Serializable
@Serializable
internal data class Deployment(
val id: String,
val projectId: String,
val label: String,
val key: String
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy