SMSTemplateResponse constructor
SMSTemplateResponse({})
Implementation
SMSTemplateResponse({
required this.creationDate,
required this.lastModifiedDate,
required this.templateName,
required this.templateType,
this.arn,
this.body,
this.defaultSubstitutions,
this.recommenderId,
this.templateDescription,
this.version,
this.tags,
});