ServiceNasConfig

data class ServiceNasConfig(val groupId: Int, val mountPoints: List<ServiceNasConfigMountPoint>, val userId: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The group id of your NAS file system.

Link copied to clipboard

Config the NAS mount points.See mount_points below.

Link copied to clipboard
val userId: Int

The user id of your NAS file system.