diff --git a/resources.go b/resources.go index 913b500..3d37eb6 100644 --- a/resources.go +++ b/resources.go @@ -416,10 +416,10 @@ type ActualLRPResponse struct { } type CellResponse struct { - CellID string `json:"cell_id"` - Stack string `json:"stack"` - Zone string `json:"zone"` - Capacity CellCapacity + CellID string `json:"cell_id"` + Stack string `json:"stack"` + Zone string `json:"zone"` + Capacity CellCapacity `json:"capacity"` } type CellCapacity struct {