Dashboard class

Dashboard.

Constructors

Dashboard({String? arn, DateTime? createdTime, String? dashboardId, DateTime? lastPublishedTime, DateTime? lastUpdatedTime, String? name, DashboardVersion? version})
Dashboard.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the resource.
final
createdTime DateTime?
The time that this dataset 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 dataset was published.
final
lastUpdatedTime DateTime?
The last time that this dataset was updated.
final
name String?
A display name for the dashboard.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version DashboardVersion?
Version.
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