# mailslurp.model.TemplateDto
# Load the model package
import 'package:mailslurp/api.dart';
# Properties
Name | Type | Description | Notes |
---|---|---|---|
content | String | [default to null] | |
createdAt | DateTime | [default to null] | |
id | String | [default to null] | |
name | String | [default to null] | |
variables | List<TemplateVariable> | [default to []] |
[Back to Model list] [Back to API list] [Back to README]