Skip to content

Commit e42446d

Browse files
committed
Update Double to Float
1 parent 1ed70bd commit e42446d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/io/weaviate/client6/v1/api/backup

src/main/java/io/weaviate/client6/v1/api/backup/Backup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public record Backup(
3434
/** Time at which the backup was completed, successfully or otherwise. */
3535
@SerializedName("completedAt") OffsetDateTime completedAt,
3636
/** Backup size in GiB. */
37-
@SerializedName("size") Double sizeGiB,
37+
@SerializedName("size") Float sizeGiB,
3838
/**
3939
* This value indicates if a backup is being created or restored from.
4040
* For operations like LIST this value is null.

0 commit comments

Comments
 (0)