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