GetAppSpecService

fun GetAppSpecService(alerts: List<GetAppSpecServiceAlert>? = null, buildCommand: String? = null, cors: GetAppSpecServiceCors? = null, dockerfilePath: String? = null, environmentSlug: String? = null, envs: List<GetAppSpecServiceEnv>? = null, git: GetAppSpecServiceGit? = null, github: GetAppSpecServiceGithub? = null, gitlab: GetAppSpecServiceGitlab? = null, healthCheck: GetAppSpecServiceHealthCheck? = null, httpPort: Int, image: GetAppSpecServiceImage? = null, instanceCount: Int? = null, instanceSizeSlug: String? = null, internalPorts: List<Int>? = null, logDestinations: List<GetAppSpecServiceLogDestination>? = null, name: String, routes: List<GetAppSpecServiceRoute>, runCommand: String, sourceDir: String? = null)