kotlin-datastore / org.khanacademy.datastore / DatastoreEnvWithProject

DatastoreEnvWithProject

data class DatastoreEnvWithProject

Combination of an environment and a Google cloud project name.

Constructors

<init>

DatastoreEnvWithProject(env: DatastoreEnv, project: String)

Combination of an environment and a Google cloud project name.

Properties

env

val env: DatastoreEnv

project

val project: String