Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 8a4fcb6

Browse files
abelgardepJuancaG05
authored andcommitted
Support shares space
1 parent 31ccf56 commit 8a4fcb6

File tree

1 file changed

+4
-4
lines changed
  • owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/spaces/responses

1 file changed

+4
-4
lines changed

owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/spaces/responses/SpacesResponse.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ data class SpaceResponse(
3535
val driveAlias: String,
3636
val driveType: String,
3737
val id: String,
38-
val lastModifiedDateTime: String,
38+
val lastModifiedDateTime: String?,
3939
val name: String,
40-
val owner: OwnerResponse,
40+
val owner: OwnerResponse?,
4141
val quota: QuotaResponse?,
4242
val root: RootResponse,
4343
val special: List<SpecialResponse>?,
44-
val webUrl: String
44+
val webUrl: String,
4545
)
4646

4747
@JsonClass(generateAdapter = true)
@@ -59,7 +59,7 @@ data class QuotaResponse(
5959

6060
@JsonClass(generateAdapter = true)
6161
data class RootResponse(
62-
val eTag: String,
62+
val eTag: String?,
6363
val id: String,
6464
val permissions: List<PermissionResponse>?,
6565
val webDavUrl: String,

0 commit comments

Comments
 (0)