ThemeVersion class
A version of a theme.
Constructors
-
ThemeVersion.new({String? arn, String? baseThemeId, ThemeConfiguration? configuration, DateTime? createdTime, String? description, List<
ThemeError> ? errors, ResourceStatus? status, int? versionNumber}) -
ThemeVersion.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the resource.
final
- baseThemeId → String?
-
The Amazon QuickSight-defined ID of the theme that a custom theme inherits
from. All themes initially inherit from a default QuickSight theme.
final
- configuration → ThemeConfiguration?
-
The theme configuration, which contains all the theme display properties.
final
- createdTime → DateTime?
-
The date and time that this theme version was created.
final
- description → String?
-
The description of the theme.
final
-
errors
→ List<
ThemeError> ? -
Errors associated with the theme.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ResourceStatus?
-
The status of the theme version.
final
- versionNumber → int?
-
The version number of the theme.
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