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

io.github.kryszak.gwatlin.api.guild.model.GuildRank.kt Maven / Gradle / Ivy

The newest version!
package io.github.kryszak.gwatlin.api.guild.model

import kotlinx.serialization.Serializable

/**
 * Data model for guild rank object
 */
@Serializable
data class GuildRank(
        val id: String,
        val order: Int,
        val permissions: List,
        val icon: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy