Update Item.java

This commit is contained in:
FongMi 2022-11-14 00:02:36 +08:00
parent 264aabe21c
commit deb2558313
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ public class Item {
private List<Item> items;
@SerializedName("next_marker")
private String nextMarker;
@SerializedName("file_id")
private String fileId;
@SerializedName("share_id")