Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 517 Bytes

File metadata and controls

13 lines (8 loc) · 517 Bytes

IncrementalIdentificationStatus

Only included for requests using incremental identification.

  • partially_completed - the event did not receive the second "update" request.
  • completed - the event was updated and all information is available.

Enum

  • PARTIALLY_COMPLETED (value: 'partially_completed')
  • COMPLETED (value: 'completed')

[Back to Model list] [Back to API list] [Back to README]