Get Storage Profile Result
data class GetStorageProfileResult(val displayName: String? = null, val fileSystemLocations: List<StorageProfileFileSystemLocation>? = null, val osFamily: StorageProfileOperatingSystemFamily? = null, val storageProfileId: String? = null)
Constructors
Link copied to clipboard
constructor(displayName: String? = null, fileSystemLocations: List<StorageProfileFileSystemLocation>? = null, osFamily: StorageProfileOperatingSystemFamily? = null, storageProfileId: String? = null)