1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-13 17:32:56 +00:00

add aditional data field to ocs sharees

This commit is contained in:
Christian Schabesberger
2020-10-13 14:44:15 +02:00
committed by Abel García de Prada
parent 26def4fbe2
commit 90b6ff52f2
2 changed files with 15 additions and 2 deletions
@@ -91,5 +91,7 @@ data class ShareeValue(
@Json(name = "shareType")
val shareType: Int?,
@Json(name = "shareWith")
val shareWith: String?
val shareWith: String?,
@Json(name ="shareWithAdditionalInfo")
val additionalInfo: String?
)