Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 722 Bytes

File metadata and controls

13 lines (8 loc) · 722 Bytes

IncrementalIdentificationStatus

Only included for requests using incremental identification.

  • partially_completed - Indicates this event corresponds to a 'minimal' request. Smart Signals, even if included in your plan, are not computed; hence, their values must be ignored.
  • completed - Indicates this event corresponds to a 'complete' request. Smart Signals, if included in your plan, are computed; hence, their values are valid and relevant.

Enum

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

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