EntityDescription class
Describes the properties of an entity.
Constructors
- EntityDescription({String? arn, DateTime? createdAt, DefinitionDocument? definition, String? id, EntityType? type})
-
EntityDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The entity ARN.
final
- createdAt → DateTime?
-
The time at which the entity was created.
final
- definition → DefinitionDocument?
-
The definition document of the entity.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The entity ID.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → EntityType?
-
The entity type.
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