Github Action Configuration Response
data class GithubActionConfigurationResponse(val azureCredentials: AzureCredentialsResponse? = null, val contextPath: String? = null, val image: String? = null, val os: String? = null, val publishType: String? = null, val registryInfo: RegistryInfoResponse? = null, val runtimeStack: String? = null, val runtimeVersion: String? = null)
Configuration properties that define the mutable settings of a Container App SourceControl
Constructors
Link copied to clipboard
constructor(azureCredentials: AzureCredentialsResponse? = null, contextPath: String? = null, image: String? = null, os: String? = null, publishType: String? = null, registryInfo: RegistryInfoResponse? = null, runtimeStack: String? = null, runtimeVersion: String? = null)