Get Container Apps Source Control Result
data class GetContainerAppsSourceControlResult(val branch: String? = null, val githubActionConfiguration: GithubActionConfigurationResponse? = null, val id: String, val name: String, val operationState: String, val repoUrl: String? = null, val systemData: SystemDataResponse, val type: String)
Container App SourceControl.
Constructors
Link copied to clipboard
fun GetContainerAppsSourceControlResult(branch: String? = null, githubActionConfiguration: GithubActionConfigurationResponse? = null, id: String, name: String, operationState: String, repoUrl: String? = null, systemData: SystemDataResponse, type: String)