project.Project.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.project
internal data class Project(
val id: String,
val apiKey: String,
val secretKey: String,
val managementKey: String
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy