DashboardVersion class
Dashboard version.
Constructors
-
DashboardVersion.new({String? arn, DateTime? createdTime, List<
String> ? dataSetArns, String? description, List<DashboardError> ? errors, List<Sheet> ? sheets, String? sourceEntityArn, ResourceStatus? status, String? themeArn, int? versionNumber}) -
DashboardVersion.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 version was created.
final
-
dataSetArns
→ List<
String> ? -
The Amazon Resource Numbers (ARNs) for the datasets that are associated with
this version of the dashboard.
final
- description → String?
-
Description.
final
-
errors
→ List<
DashboardError> ? -
Errors associated with this dashboard version.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sheets
→ List<
Sheet> ? -
A list of the associated sheets with the unique identifier and name of each
sheet.
final
- sourceEntityArn → String?
-
Source entity ARN.
final
- status → ResourceStatus?
-
The HTTP status of the request.
final
- themeArn → String?
-
The ARN of the theme associated with a version of the dashboard.
final
- versionNumber → int?
-
Version number for this version of the dashboard.
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