DescribeSchemaResponse constructor

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

Implementation

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