File tree Expand file tree Collapse file tree
owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/spaces/responses Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,15 +104,15 @@ data class SpecialFolderResponse(
104104
105105@JsonClass(generateAdapter = true )
106106data class PermissionsResponse (
107- // Member response
107+ val id : String? ,
108108 val expirationDateTime : String? ,
109+
110+ // Member response
109111 val grantedToV2 : GrantedToV2Response ? ,
110- val id : String? ,
111112 val roles : List <String >? ,
112113
113114 // Link response
114- val createDateTime : String? ,
115- val hasPassword : Boolean? ,
115+ val createdDateTime : String? ,
116116 val link : LinkInfoResponse ?
117117)
118118
@@ -142,9 +142,6 @@ data class SpacePermissionsResponse(
142142data class LinkInfoResponse (
143143 @Json(name = " @libre.graph.displayName" )
144144 val displayName : String ,
145- @Json(name = " @libre.graph.quickLink" )
146- val quickLink : Boolean ,
147- val preventsDownload : Boolean ,
148145 val type : String ,
149146 val webUrl : String ,
150147)
You can’t perform that action at this time.
0 commit comments