FileShareResponse

data class FileShareResponse(val password: String? = null, val path: String, val userName: String? = null)

File share information with Path, Username, and Password.

Constructors

Link copied to clipboard
constructor(password: String? = null, path: String, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

Password credential used to connect to the share location.

Link copied to clipboard

The folder path for this share.

Link copied to clipboard
val userName: String? = null

User name credential to connect to the share location