Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 946 Bytes

TemplateDTO.md

File metadata and controls

16 lines (13 loc) · 946 Bytes

IO.Swagger.Model.TemplateDTO

Properties

Name Type Description Notes
Uri string The URI for the template. [optional]
Id string The id of the template. [optional]
GroupId string The id of the Process Group that the template belongs to. [optional]
Name string The name of the template. [optional]
Description string The description of the template. [optional]
Timestamp string The timestamp when this template was created. [optional]
EncodingVersion string The encoding version of this template. [optional]
Snippet FlowSnippetDTO The contents of the template. [optional]

[Back to Model list] [Back to API list] [Back to README]