Git Hub Action Code Configuration Response
    data class GitHubActionCodeConfigurationResponse(val runtimeStack: String? = null, val runtimeVersion: String? = null)
The GitHub action code configuration.
Constructors
Link copied to clipboard
                fun GitHubActionCodeConfigurationResponse(runtimeStack: String? = null, runtimeVersion: String? = null)