TemplateDto
Properties
Name | Type | Description | Notes |
Id | String | ID of template | |
Name | String | Template name | |
Variables | TemplateVariable[] | Variables available in template that can be replaced with values | |
Content | String | Content of the template | |
CreatedAt | System.DateTime | Created at time | |
Examples
$TemplateDto = Initialize-maislurp-client-powershellTemplateDto -Id null `
-Name null `
-Variables null `
-Content null `
-CreatedAt null
- Convert the resource to JSON
$TemplateDto | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]