ShareAccessRightResponse

data class ShareAccessRightResponse(val accessType: String, val shareId: String)

Specifies the mapping between this particular user and the type of access he has on shares on this device.

Constructors

Link copied to clipboard
constructor(accessType: String, shareId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of access to be allowed on the share for this user.

Link copied to clipboard

The share ID.