OBJECT
ObjectPausedSourceDetails
Description
Represents details of directly paused ancestor.
link GraphQL Schema definition
- type ObjectPausedSourceDetails {
- # Object Fid of paused source.
- : String!
- # Object Name of paused source.
- : String!
- # Object Type of paused source.
- : HierarchyObjectTypeEnum!
- }