Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
29 lines (14 loc) · 614 Bytes

File metadata and controls

29 lines (14 loc) · 614 Bytes

LaunchDarklyApi.FlagImportStatus

Properties

Name Type Description Notes
status String The current status of the import integrations related import job [optional]
lastImport Number [optional]
lastError Number [optional]
errors [StatusResponse] [optional]

Enum: StatusEnum

  • complete (value: "complete")

  • importing (value: "importing")

  • pending (value: "pending")

  • failed (value: "failed")

  • partial (value: "partial")