UpdateSchemaResponse constructor

UpdateSchemaResponse({
  1. String? description,
  2. DateTime? lastModified,
  3. String? schemaArn,
  4. String? schemaName,
  5. String? schemaVersion,
  6. Map<String, String>? tags,
  7. String? type,
  8. DateTime? versionCreatedDate,
})

Implementation

UpdateSchemaResponse({
  this.description,
  this.lastModified,
  this.schemaArn,
  this.schemaName,
  this.schemaVersion,
  this.tags,
  this.type,
  this.versionCreatedDate,
});