INPUT_OBJECT
LocationGroupEntryInput
link GraphQL Schema definition
- input LocationGroupEntryInput {
 - #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
 - #   anymore.
 - : String
 - #   Unique identifier optionally passed into input object of any query/mutation 
 - #   call, returned in the corresponding response output.
 - : String
 - #   Entry description
 - : String
 - #   ANY or WIRED or WIRELESS
 - : InterfaceTypeInput
 - #   Switch(es) List or Any
 - : String!
 - #   The port range for Wired switches
 - : String
 - #   The AP ID for Wireless
 - : String
 - : String!
 - #   The SSID for Wireless
 - : String
 - }