SchemaExtensionInfo class

Information about a schema extension.

Constructors

SchemaExtensionInfo({String? description, String? directoryId, DateTime? endDateTime, String? schemaExtensionId, SchemaExtensionStatus? schemaExtensionStatus, String? schemaExtensionStatusReason, DateTime? startDateTime})
SchemaExtensionInfo.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
A description of the schema extension.
final
directoryId String?
The identifier of the directory to which the schema extension is applied.
final
endDateTime DateTime?
The date and time that the schema extension was completed.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaExtensionId String?
The identifier of the schema extension.
final
schemaExtensionStatus SchemaExtensionStatus?
The current status of the schema extension.
final
schemaExtensionStatusReason String?
The reason for the SchemaExtensionStatus.
final
startDateTime DateTime?
The date and time that the schema extension started being applied to the directory.
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