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 1ed70bd commit e42446dCopy full SHA for e42446d
1 file changed
src/main/java/io/weaviate/client6/v1/api/backup/Backup.java
@@ -34,7 +34,7 @@ public record Backup(
34
/** Time at which the backup was completed, successfully or otherwise. */
35
@SerializedName("completedAt") OffsetDateTime completedAt,
36
/** Backup size in GiB. */
37
- @SerializedName("size") Double sizeGiB,
+ @SerializedName("size") Float sizeGiB,
38
/**
39
* This value indicates if a backup is being created or restored from.
40
* For operations like LIST this value is null.
0 commit comments