AppSpecWorker

constructor(alerts: List<AppSpecWorkerAlert>? = null, autoscaling: AppSpecWorkerAutoscaling? = null, bitbucket: AppSpecWorkerBitbucket? = null, buildCommand: String? = null, dockerfilePath: String? = null, environmentSlug: String? = null, envs: List<AppSpecWorkerEnv>? = null, git: AppSpecWorkerGit? = null, github: AppSpecWorkerGithub? = null, gitlab: AppSpecWorkerGitlab? = null, image: AppSpecWorkerImage? = null, instanceCount: Int? = null, instanceSizeSlug: String? = null, logDestinations: List<AppSpecWorkerLogDestination>? = null, name: String, runCommand: String? = null, sourceDir: String? = null, termination: AppSpecWorkerTermination? = null)