DashboardSummary class

Dashboard summary.

Constructors

DashboardSummary({String? arn, DateTime? createdTime, String? dashboardId, DateTime? lastPublishedTime, DateTime? lastUpdatedTime, String? name, int? publishedVersionNumber})
DashboardSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the resource.
final
createdTime DateTime?
The time that this dashboard was created.
final
dashboardId String?
Dashboard ID.
final
hashCode int
The hash code for this object.
no setterinherited
lastPublishedTime DateTime?
The last time that this dashboard was published.
final
lastUpdatedTime DateTime?
The last time that this dashboard was updated.
final
name String?
A display name for the dashboard.
final
publishedVersionNumber int?
Published version number.
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