Wasm Directoryalpha
Record

create-deployment-status-params

No description available.

record create-deployment-status-params {
  owner: string,
  repo: string,
  deployment-id: string,
  auto-inactive: option​<bool>,
  description: option​<string>,
  environment: option​<create-deployment-status-body-environment-enum>,
  environment-url: option​<string>,
  log-url: option​<string>,
  state: create-deployment-status-body-state-enum,
  target-url: option​<string>,
}

Fields

NameTypeDescription
ownerstring
repostring
deployment-idstring
auto-inactiveoption​<bool>
descriptionoption​<string>
environmentoption​<create-deployment-status-body-environment-enum>
environment-urloption​<string>
log-urloption​<string>
statecreate-deployment-status-body-state-enum
target-urloption​<string>