Get App Spec Static Site
constructor(bitbucket: GetAppSpecStaticSiteBitbucket? = null, buildCommand: String? = null, catchallDocument: String? = null, cors: GetAppSpecStaticSiteCors? = null, dockerfilePath: String? = null, environmentSlug: String? = null, envs: List<GetAppSpecStaticSiteEnv>? = null, errorDocument: String? = null, git: GetAppSpecStaticSiteGit? = null, github: GetAppSpecStaticSiteGithub? = null, gitlab: GetAppSpecStaticSiteGitlab? = null, indexDocument: String? = null, name: String, outputDir: String? = null, routes: List<GetAppSpecStaticSiteRoute>, sourceDir: String? = null)