FileshareProfileResponse

data class FileshareProfileResponse(val shareName: String, val shareSizeInGB: Double? = null, val shareType: String, val storageResourceId: String, val storageType: String)

File share profile

Constructors

Link copied to clipboard
constructor(shareName: String, shareSizeInGB: Double? = null, shareType: String, storageResourceId: String, storageType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

File share name

Link copied to clipboard
val shareSizeInGB: Double? = null

File share size in GB

Link copied to clipboard

Share type

Link copied to clipboard

File share storage resource id

Link copied to clipboard

File share backing storage type