Remove duplicate definition

This commit is contained in:
Kalle Carlbark 2021-04-13 11:28:35 +02:00
parent 9089204c6e
commit bab46f5a52
No known key found for this signature in database
GPG key ID: 5E4BAB01A57CDD62

View file

@ -148,10 +148,6 @@ type DcimDevicesList struct {
Label string `json:"label"`
} `json:"dcim_device_exposed_to_internet"`
DcimDeviceImportOsVersion bool `json:"dcim_device_import_os_version"`
DcimDevicePod struct {
Value int `json:"value"`
Label string `json:"label"`
} `json:"dcim_device_pod"`
DcimDeviceOsVersion interface{} `json:"dcim_device_os_version"`
DcimDevicesImportInterfaces interface{} `json:"dcim_devices_import_interfaces"`
DcimDeviceImportvlan bool `json:"dcim_device_importvlan"`