Get App Spec Worker
constructor(alerts: List<GetAppSpecWorkerAlert>? = null, autoscaling: GetAppSpecWorkerAutoscaling? = null, bitbucket: GetAppSpecWorkerBitbucket? = null, buildCommand: String? = null, dockerfilePath: String? = null, environmentSlug: String? = null, envs: List<GetAppSpecWorkerEnv>? = null, git: GetAppSpecWorkerGit? = null, github: GetAppSpecWorkerGithub? = null, gitlab: GetAppSpecWorkerGitlab? = null, image: GetAppSpecWorkerImage? = null, instanceCount: Int? = null, instanceSizeSlug: String? = null, logDestinations: List<GetAppSpecWorkerLogDestination>? = null, name: String, runCommand: String? = null, sourceDir: String? = null, termination: GetAppSpecWorkerTermination? = null)