DSTemplate

data class DSTemplate(templateId: String, templateName: String?, documentUri: String?)

This class provides the information about template. This is passed back to the integrating app

Parameters

templateId

DSTemplate Id

templateName

Template Name

documentUri

Location of Template Document

Constructors

Link copied to clipboard
fun DSTemplate(templateId: String, templateName: String?, documentUri: String?)

Properties

Link copied to clipboard
val documentUri: String?
Link copied to clipboard
val templateId: String
Link copied to clipboard
val templateName: String?