We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706e3a2 commit 0fb3977Copy full SHA for 0fb3977
api/api.go
@@ -97,7 +97,7 @@ type ScalewayVolume struct {
97
Identifier string `json:"id,omitempty"`
98
99
// Size is the allocated size of the volume
100
- Size int64 `json:"size,omitempty"`
+ Size uint64 `json:"size,omitempty"`
101
102
// CreationDate is the creation date of the volume
103
CreationDate string `json:"creation_date,omitempty"`
@@ -208,7 +208,7 @@ type ScalewaySnapshot struct {
208
ModificationDate string `json:"modification_date,omitempty"`
209
210
211
212
213
// Organization is the owner of the snapshot
214
Organization string `json:"organization"`
0 commit comments