SchemaListItem class

An object that contains minimal details for a schema.

Constructors

SchemaListItem({String? createdTime, String? description, String? registryName, String? schemaArn, String? schemaName, SchemaStatus? schemaStatus, String? updatedTime})
SchemaListItem.fromJson(Map<String, dynamic> json)
factory

Properties

createdTime String?
The date and time that a schema was created.
final
description String?
A description for the schema.
final
hashCode int
The hash code for this object.
no setterinherited
registryName String?
the name of the registry where the schema resides.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaArn String?
The Amazon Resource Name (ARN) for the schema.
final
schemaName String?
The name of the schema.
final
schemaStatus SchemaStatus?
The status of the schema.
final
updatedTime String?
The date and time that a schema was updated.
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