mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 07:56:19 +00:00
Support shares space
This commit is contained in:
parent
31ccf56e97
commit
8a4fcb6550
@ -35,13 +35,13 @@ data class SpaceResponse(
|
||||
val driveAlias: String,
|
||||
val driveType: String,
|
||||
val id: String,
|
||||
val lastModifiedDateTime: String,
|
||||
val lastModifiedDateTime: String?,
|
||||
val name: String,
|
||||
val owner: OwnerResponse,
|
||||
val owner: OwnerResponse?,
|
||||
val quota: QuotaResponse?,
|
||||
val root: RootResponse,
|
||||
val special: List<SpecialResponse>?,
|
||||
val webUrl: String
|
||||
val webUrl: String,
|
||||
)
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
@ -59,7 +59,7 @@ data class QuotaResponse(
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class RootResponse(
|
||||
val eTag: String,
|
||||
val eTag: String?,
|
||||
val id: String,
|
||||
val permissions: List<PermissionResponse>?,
|
||||
val webDavUrl: String,
|
||||
|
Loading…
x
Reference in New Issue
Block a user