mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +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 driveAlias: String,
|
||||||
val driveType: String,
|
val driveType: String,
|
||||||
val id: String,
|
val id: String,
|
||||||
val lastModifiedDateTime: String,
|
val lastModifiedDateTime: String?,
|
||||||
val name: String,
|
val name: String,
|
||||||
val owner: OwnerResponse,
|
val owner: OwnerResponse?,
|
||||||
val quota: QuotaResponse?,
|
val quota: QuotaResponse?,
|
||||||
val root: RootResponse,
|
val root: RootResponse,
|
||||||
val special: List<SpecialResponse>?,
|
val special: List<SpecialResponse>?,
|
||||||
val webUrl: String
|
val webUrl: String,
|
||||||
)
|
)
|
||||||
|
|
||||||
@JsonClass(generateAdapter = true)
|
@JsonClass(generateAdapter = true)
|
||||||
@ -59,7 +59,7 @@ data class QuotaResponse(
|
|||||||
|
|
||||||
@JsonClass(generateAdapter = true)
|
@JsonClass(generateAdapter = true)
|
||||||
data class RootResponse(
|
data class RootResponse(
|
||||||
val eTag: String,
|
val eTag: String?,
|
||||||
val id: String,
|
val id: String,
|
||||||
val permissions: List<PermissionResponse>?,
|
val permissions: List<PermissionResponse>?,
|
||||||
val webDavUrl: String,
|
val webDavUrl: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user