DSTemplates

data class DSTemplates(templates: List<DSTemplate>, resultTemplatesSize: Int, totalTemplatesSize: Int)

This class contains list of templates

Parameters

templates

List of templates

resultTemplatesSize

Size of the returned list of templates

totalTemplatesSize

Size of the total list of templates

Constructors

Link copied to clipboard
fun DSTemplates(templates: List<DSTemplate>, resultTemplatesSize: Int, totalTemplatesSize: Int)

Properties

Link copied to clipboard
val resultTemplatesSize: Int
Link copied to clipboard
val templates: List<DSTemplate>
Link copied to clipboard
val totalTemplatesSize: Int