AppSpecJob

constructor(alerts: List<AppSpecJobAlert>? = null, bitbucket: AppSpecJobBitbucket? = null, buildCommand: String? = null, dockerfilePath: String? = null, environmentSlug: String? = null, envs: List<AppSpecJobEnv>? = null, git: AppSpecJobGit? = null, github: AppSpecJobGithub? = null, gitlab: AppSpecJobGitlab? = null, image: AppSpecJobImage? = null, instanceCount: Int? = null, instanceSizeSlug: String? = null, kind: String? = null, logDestinations: List<AppSpecJobLogDestination>? = null, name: String, runCommand: String? = null, sourceDir: String? = null, termination: AppSpecJobTermination? = null)