File Share Response
data class FileShareResponse(val password: String? = null, val path: String, val userName: String? = null)
File share information with Path, Username, and Password.
File share information with Path, Username, and Password.