File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type CloudProviders struct {
1717}
1818
1919type ScyllaVersion struct {
20- VersionID int64 `json:"id "`
20+ VersionID int64 `json:"versionId "`
2121 Version string `json:"version"`
2222 Description string `json:"description"`
2323 NewCluster string `json:"newCluster"`
@@ -117,8 +117,8 @@ type Cluster struct {
117117 ClusterName string `json:"clusterName"`
118118 Status string `json:"status"`
119119 InstanceID int64 `json:"instanceId"`
120- CloudProviderID int64 `json:"cloudProviderID "`
121- ScyllaVersionID int64 `json:"scyllaVersionID "`
120+ CloudProviderID int64 `json:"cloudProviderId "`
121+ ScyllaVersionID int64 `json:"scyllaVersionId "`
122122 UserAPIInterface string `json:"userApiInterface"`
123123 PricingModel int64 `json:"pricingModel"`
124124 MaxAllowedCIDRRange int64 `json:"maxAllowedCidrRange"`
You can’t perform that action at this time.
0 commit comments