EntitySummary class

This object is a container for common summary information about the entity. The summary doesn't contain the whole entity structure, but it does contain information common across all entities.

Constructors

EntitySummary({String? entityArn, String? entityId, String? entityType, String? lastModifiedDate, String? name, String? visibility})
EntitySummary.fromJson(Map<String, dynamic> json)
factory

Properties

entityArn String?
The ARN associated with the unique identifier for the entity.
final
entityId String?
The unique identifier for the entity.
final
entityType String?
The type of the entity.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedDate String?
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
final
name String?
The name for the entity. This value is not unique. It is defined by the seller.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibility String?
The visibility status of the entity to buyers. This value can be Public (everyone can view the entity), Limited (the entity is visible to limited accounts only), or Restricted (the entity was published and then unpublished and only existing buyers can view it).
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