AssignmentIdentifier Data Type

Subtypes
AssignmentSnapshotIdentifier
Properties
name data type constraints description
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

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