DescribeTemplateResponse constructor

DescribeTemplateResponse({
  1. String? requestId,
  2. int? status,
  3. Template? template,
})

Implementation

DescribeTemplateResponse({
  this.requestId,
  this.status,
  this.template,
});