DescribeEntityResponse class

Constructors

DescribeEntityResponse({String? details, String? entityArn, String? entityIdentifier, String? entityType, String? lastModifiedDate})
DescribeEntityResponse.fromJson(Map<String, dynamic> json)
factory

Properties

details String?
This stringified JSON object includes the details of the entity.
final
entityArn String?
The ARN associated to the unique identifier for the change set referenced in this request.
final
entityIdentifier String?
The identifier of the entity, in the format of EntityId@RevisionId.
final
entityType String?
The named type of the entity, in the format of EntityType@Version.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedDate String?
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
final
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