data class DatastoreEnvWithProject
Combination of an environment and a Google cloud project name.
DatastoreEnvWithProject(env: DatastoreEnv, project: String)
Combination of an environment and a Google cloud project name.  | 
val env: DatastoreEnv | 
|
val project: String |