Update Item.java
This commit is contained in:
parent
264aabe21c
commit
deb2558313
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue