SMSTemplateRequest constructor

SMSTemplateRequest({
  1. String? body,
  2. String? defaultSubstitutions,
  3. String? recommenderId,
  4. String? templateDescription,
  5. Map<String, String>? tags,
})

Implementation

SMSTemplateRequest({
  this.body,
  this.defaultSubstitutions,
  this.recommenderId,
  this.templateDescription,
  this.tags,
});