CreateSchemaResponse class

Constructors

CreateSchemaResponse({String? description, DateTime? lastModified, String? schemaArn, String? schemaName, String? schemaVersion, Map<String, String>? tags, String? type, DateTime? versionCreatedDate})
CreateSchemaResponse.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
The description of the schema.
final
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
schemaVersion String?
The version number of the schema
final
tags Map<String, String>?
final
type String?
The type of the schema.
final
versionCreatedDate DateTime?
The date the schema version was created.
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