ListTemplatesResponse

data class ListTemplatesResponse(val communicationTemplates: List<TemplateView>)

Constructors

Link copied to clipboard
constructor(communicationTemplates: List<TemplateView>)

Properties