GetSchemaResponse class

Constructors

GetSchemaResponse({Compatibility? compatibility, String? createdTime, DataFormat? dataFormat, String? description, int? latestSchemaVersion, int? nextSchemaVersion, String? registryArn, String? registryName, String? schemaArn, int? schemaCheckpoint, String? schemaName, SchemaStatus? schemaStatus, String? updatedTime})
GetSchemaResponse.fromJson(Map<String, dynamic> json)
factory

Properties

compatibility Compatibility?
The compatibility mode of the schema.
final
createdTime String?
The date and time the schema was created.
final
dataFormat DataFormat?
The data format of the schema definition. Currently only AVRO is supported.
final
description String?
A description of schema if specified when created
final
hashCode int
The hash code for this object.
no setterinherited
latestSchemaVersion int?
The latest version of the schema associated with the returned schema definition.
final
nextSchemaVersion int?
The next version of the schema associated with the returned schema definition.
final
registryArn String?
The Amazon Resource Name (ARN) of the registry.
final
registryName String?
The name of the registry.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaArn String?
The Amazon Resource Name (ARN) of the schema.
final
schemaCheckpoint int?
The version number of the checkpoint (the last time the compatibility mode was changed).
final
schemaName String?
The name of the schema.
final
schemaStatus SchemaStatus?
The status of the schema.
final
updatedTime String?
The date and time the 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