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:
committed by
Abel García de Prada
parent
26def4fbe2
commit
90b6ff52f2
+3
-1
@@ -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?
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user