AppEngineVersionInfoResponse

data class AppEngineVersionInfoResponse(val displayName: String, val environment: String, val runtime: String, val uri: String)

For display only. Metadata associated with an App Engine version.

Constructors

Link copied to clipboard
constructor(displayName: String, environment: String, runtime: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of an App Engine version.

Link copied to clipboard

App Engine execution environment for a version.

Link copied to clipboard

Runtime of the App Engine version.

Link copied to clipboard
val uri: String

URI of an App Engine version.