OBJECT

PortGroupItem

A port list item for protocolList

link GraphQL Schema definition

  • type PortGroupItem {
  • # Start port of for this item
  • startPort: Int!
  • # End port of for this item
  • endPort: Int!
  • }