GetServicesServiceNasConfig

data class GetServicesServiceNasConfig(val groupId: Int, val mountPoints: List<GetServicesServiceNasConfigMountPoint>, val userId: Int)

Constructors

Link copied to clipboard
constructor(groupId: Int, mountPoints: List<GetServicesServiceNasConfigMountPoint>, userId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The group id of the NAS file system.

Link copied to clipboard

The mount points configuration, including following attributes:

Link copied to clipboard
val userId: Int

The user id of the NAS file system.