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

project.Project.kt Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
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