Remove duplicate definition
This commit is contained in:
parent
9089204c6e
commit
bab46f5a52
1 changed files with 1 additions and 5 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue