TemplateVersion constructor

TemplateVersion({
  1. DateTime? createdTime,
  2. List<DataSetConfiguration>? dataSetConfigurations,
  3. String? description,
  4. List<TemplateError>? errors,
  5. List<Sheet>? sheets,
  6. String? sourceEntityArn,
  7. ResourceStatus? status,
  8. String? themeArn,
  9. int? versionNumber,
})

Implementation

TemplateVersion({
  this.createdTime,
  this.dataSetConfigurations,
  this.description,
  this.errors,
  this.sheets,
  this.sourceEntityArn,
  this.status,
  this.themeArn,
  this.versionNumber,
});