Get App Spec Service
constructor(alerts: List<GetAppSpecServiceAlert>? = null, autoscaling: GetAppSpecServiceAutoscaling? = null, bitbucket: GetAppSpecServiceBitbucket? = 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>, logDestinations: List<GetAppSpecServiceLogDestination>? = null, name: String, routes: List<GetAppSpecServiceRoute>, runCommand: String, sourceDir: String? = null, termination: GetAppSpecServiceTermination? = null)