DSTemplates
data class DSTemplates(templates: List<DSTemplate>, resultTemplatesSize: Int, totalTemplatesSize: Int)
Content copied to clipboard
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)
Content copied to clipboard