GitHubActionCodeConfigurationResponse

data class GitHubActionCodeConfigurationResponse(val runtimeStack: String? = null, val runtimeVersion: String? = null)

The GitHub action code configuration.

Constructors

Link copied to clipboard
constructor(runtimeStack: String? = null, runtimeVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val runtimeStack: String? = null

Runtime stack is used to determine the workflow file content for code base apps.

Link copied to clipboard
val runtimeVersion: String? = null

Runtime version is used to determine what build version to set in the workflow file.