Recommig f5bf955b0e
This commit is contained in:
parent
170fde8a31
commit
c8c7c4edfc
1 changed files with 6 additions and 6 deletions
|
@ -69,7 +69,7 @@ type VirtualMachine struct {
|
||||||
Display string `json:"display"`
|
Display string `json:"display"`
|
||||||
Created string `json:"created"`
|
Created string `json:"created"`
|
||||||
Comments string `json:"comments"`
|
Comments string `json:"comments"`
|
||||||
LocalContextData string `json:"local_context_data"`
|
LocalContextData interface{} `json:"local_context_data"`
|
||||||
Cluster struct {
|
Cluster struct {
|
||||||
URL string `json:"url"`
|
URL string `json:"url"`
|
||||||
Display string `json:"display"`
|
Display string `json:"display"`
|
||||||
|
|
Loading…
Reference in a new issue