App Spec Service
constructor(alerts: List<AppSpecServiceAlert>? = null, autoscaling: AppSpecServiceAutoscaling? = null, bitbucket: AppSpecServiceBitbucket? = null, buildCommand: String? = null, cors: AppSpecServiceCors? = null, dockerfilePath: String? = null, environmentSlug: String? = null, envs: List<AppSpecServiceEnv>? = null, git: AppSpecServiceGit? = null, github: AppSpecServiceGithub? = null, gitlab: AppSpecServiceGitlab? = null, healthCheck: AppSpecServiceHealthCheck? = null, httpPort: Int? = null, image: AppSpecServiceImage? = null, instanceCount: Int? = null, instanceSizeSlug: String? = null, internalPorts: List<Int>? = null, logDestinations: List<AppSpecServiceLogDestination>? = null, name: String, routes: List<AppSpecServiceRoute>? = null, runCommand: String? = null, sourceDir: String? = null, termination: AppSpecServiceTermination? = null)