Write Profiles Response
data class WriteProfilesResponse(val profilesWritten: Int, val profilePaths: List<String>)
Content copied to clipboard
Constructors
Link copied to clipboard
fun WriteProfilesResponse(profilesWritten: Int, profilePaths: List<String>)
Content copied to clipboard