Skip to content

Commit f121c29

Browse files
scaleway-botyfodil
andauthored
fix(rdb): use BoolValue type for skip_size_retrieval option in ListDatabases endpoint (scaleway#2800)
Co-authored-by: Yacine Fodil <[email protected]>
1 parent 326944a commit f121c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/rdb/v1/rdb_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2228,7 +2228,7 @@ type ListDatabasesRequest struct {
22282228
OrderBy ListDatabasesRequestOrderBy `json:"-"`
22292229

22302230
// SkipSizeRetrieval: whether to skip the retrieval of each database size. If true, the size of each returned database will be set to 0.
2231-
SkipSizeRetrieval bool `json:"-"`
2231+
SkipSizeRetrieval *bool `json:"-"`
22322232

22332233
Page *int32 `json:"-"`
22342234

0 commit comments

Comments
 (0)