WriteProfilesResult

data class WriteProfilesResult(val profilesWritten: Int, val profilePaths: List<String>)

Constructors

Link copied to clipboard
fun WriteProfilesResult(profilesWritten: Int, profilePaths: List<String>)

Properties

Link copied to clipboard
val profilePaths: List<String>
Link copied to clipboard
val profilesWritten: Int