INPUT_OBJECT

CreateAllPipelineJobsTargetInfo

link GraphQL Schema definition

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