AssignmentSnapshotIdentifier Data Type

Identifier for a specific version of an assignment.

Properties
name data type constraints description
snapshotID number required long The specific version of the assignment identified by id
Properties inherited from AssignmentIdentifier
id number required long The unique id of the assignment.
name string   The unique name of the assignment.
type AssignmentType   The type of the assignment. See AssignmentType.

Example

{
  "snapshotID" : 2,
  "id" : 1,
  "name" : "my_signal_reader_assignment_v1",
  "type" : "signal_reader"
}