All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.forcetower.breaker.model.ClassSpace.kt Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package dev.forcetower.breaker.model

import com.google.gson.annotations.SerializedName

data class ClassSpace(
    val id: Long,
    @SerializedName("tipo")
    val type: String?,  // D.A. DE ECOMP ????????????
    @SerializedName("pavilhao")
    val campus: String, // UEFS
    @SerializedName("numero")
    val location: String, // MT58
    @SerializedName("localizacao")
    val modulo: String  // Modulo 5
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy