Wasm Directoryalpha
Record

update-body-spec-functions-item

No description available.

record update-body-spec-functions-item {
  alerts: option​<list​<update-body-spec-functions-item-alerts-item>>,
  cors: option​<update-body-spec-functions-item-cors>,
  envs: option​<list​<update-body-spec-functions-item-envs-item>>,
  git: option​<update-body-spec-functions-item-git>,
  github: option​<update-body-spec-functions-item-github>,
  gitlab: option​<update-body-spec-functions-item-gitlab>,
  log-destinations: option​<update-body-spec-functions-item-log-destinations>,
  name: string,
  routes: option​<list​<update-body-spec-functions-item-routes-item>>,
  source-dir: option​<string>,
}

Fields

NameTypeDescription
alertsoption​<list​<update-body-spec-functions-item-alerts-item>>
corsoption​<update-body-spec-functions-item-cors>
envsoption​<list​<update-body-spec-functions-item-envs-item>>
gitoption​<update-body-spec-functions-item-git>
githuboption​<update-body-spec-functions-item-github>
gitlaboption​<update-body-spec-functions-item-gitlab>
log-destinationsoption​<update-body-spec-functions-item-log-destinations>
namestring
routesoption​<list​<update-body-spec-functions-item-routes-item>>
source-diroption​<string>