INPUT_OBJECT

LaunchJobTemplatesTargetInfo

link GraphQL Schema definition

1input LaunchJobTemplatesTargetInfo {
5
2# ID of the target object for the jobs,
3# typically that of a TemporalDataObject
4targetId: ID!
7
6startOffsetMs: Int
9
8endOffsetMs: Int
10}