DSTemplatesFilter

data class DSTemplatesFilter(count: Int, folder: String?, folder_ids: List<UUID>?, start_position: Int)

This class is used to filter the templates based on the attributes

Parameters

count

Number of templates to return. If the value is less than 0 or greater than 50, error is thrown

folder

Folder name or folder ID and returns templates in the specified folder

folder_ids

List of folder ID GUIDs

start_position

The starting index for the first template shown in the response. This must be greater than or equal to 0 (zero).

Constructors

Link copied to clipboard
fun DSTemplatesFilter(count: Int, folder: String?, folder_ids: List<UUID>?, start_position: Int)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
val folder: String?
Link copied to clipboard
val folder_ids: List<UUID>?
Link copied to clipboard
val start_position: Int