// // true: Physical location has network connectivity false: Physical location has no network connectivity
// Connected bool `json:"connected,omitempty"`
// // true: Physical location uses a wireless connection false: Physical location uses a wired connection
// Wireless bool `json:"wireless,omitempty"`
// // Prioritized, comma-separated list of supported wireless connection types. Default priority if not specififed is 'wifi,5g,4g,other'. Wireless connection types: - 4g - 5g - wifi - other