SchemaSummary class

A summary of schema details.

Constructors

SchemaSummary({DateTime? lastModified, String? schemaArn, String? schemaName, Map<String, String>? tags, int? versionCount})
SchemaSummary.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastModified DateTime?
The date and time that schema was modified.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaArn String?
The ARN of the schema.
final
schemaName String?
The name of the schema.
final
tags Map<String, String>?
Tags associated with the schema.
final
versionCount int?
The number of versions available for the schema.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited