ApplySchemaResponse class

Constructors

ApplySchemaResponse({String? appliedSchemaArn, String? directoryArn})
ApplySchemaResponse.fromJson(Map<String, dynamic> json)
factory

Properties

appliedSchemaArn String?
The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.
final
directoryArn String?
The ARN that is associated with the Directory. For more information, see arns.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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