Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 750 Bytes

File metadata and controls

15 lines (10 loc) · 750 Bytes

IncrementalIdentificationStatus Enum

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.

Values

Name Value Description
PARTIALLY_COMPLETED 'partially_completed'
COMPLETED 'completed'

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