Sections

@Serializable
data class Sections(    val offset: Long,     val limit: Long,     val size: Long,     val sections: List<Section>)

Constructors

Link copied to clipboard
fun Sections(    offset: Long,     limit: Long,     size: Long,     sections: List<Section>)

Properties

Link copied to clipboard
val limit: Long
Link copied to clipboard
val offset: Long
Link copied to clipboard
val sections: List<Section>
Link copied to clipboard
val size: Long