s/string/interface{}
This commit is contained in:
parent
bab46f5a52
commit
3eb210c9e5
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ type DcimDevicesList struct {
|
|||
DcimDeviceCountTimesLastRun interface{} `json:"dcim_device_count_times_last_run"`
|
||||
DcimDeviceImportVrfs interface{} `json:"dcim_device_import_vrfs"`
|
||||
DcimDeviceVrfTag interface{} `json:"dcim_device_vrf_tag"`
|
||||
DcimDevicePod string `json:"dcim_device_pod"`
|
||||
DcimDevicePod interface{} `json:"dcim_device_pod"`
|
||||
} `json:"custom_fields"`
|
||||
ConfigContext struct {
|
||||
AdditionalProp1 string `json:"additionalProp1"`
|
||||
|
|
Loading…
Reference in a new issue