App Spec
constructor(alerts: List<AppSpecAlert>? = null, databases: List<AppSpecDatabase>? = null, domainNames: List<AppSpecDomainName>? = null, domains: List<String>? = null, egresses: List<AppSpecEgress>? = null, envs: List<AppSpecEnv>? = null, features: List<String>? = null, functions: List<AppSpecFunction>? = null, ingress: AppSpecIngress? = null, jobs: List<AppSpecJob>? = null, name: String, region: String? = null, services: List<AppSpecService>? = null, staticSites: List<AppSpecStaticSite>? = null, workers: List<AppSpecWorker>? = null)