Remove duplicate definition
This commit is contained in:
parent
9089204c6e
commit
bab46f5a52
1 changed files with 1 additions and 5 deletions
|
@ -147,11 +147,7 @@ type DcimDevicesList struct {
|
||||||
Value int `json:"value"`
|
Value int `json:"value"`
|
||||||
Label string `json:"label"`
|
Label string `json:"label"`
|
||||||
} `json:"dcim_device_exposed_to_internet"`
|
} `json:"dcim_device_exposed_to_internet"`
|
||||||
DcimDeviceImportOsVersion bool `json:"dcim_device_import_os_version"`
|
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"`
|
DcimDeviceOsVersion interface{} `json:"dcim_device_os_version"`
|
||||||
DcimDevicesImportInterfaces interface{} `json:"dcim_devices_import_interfaces"`
|
DcimDevicesImportInterfaces interface{} `json:"dcim_devices_import_interfaces"`
|
||||||
DcimDeviceImportvlan bool `json:"dcim_device_importvlan"`
|
DcimDeviceImportvlan bool `json:"dcim_device_importvlan"`
|
||||||
|
|
Loading…
Reference in a new issue