GetAppSpec

constructor(alerts: List<GetAppSpecAlert>? = null, databases: List<GetAppSpecDatabase>? = null, domain: List<GetAppSpecDomain>, domains: List<String>, egresses: List<GetAppSpecEgress>? = null, envs: List<GetAppSpecEnv>? = null, features: List<String>, functions: List<GetAppSpecFunction>? = null, ingress: GetAppSpecIngress, jobs: List<GetAppSpecJob>? = null, name: String, region: String? = null, services: List<GetAppSpecService>? = null, staticSites: List<GetAppSpecStaticSite>? = null, workers: List<GetAppSpecWorker>? = null)