ThemeVersionSummary class

The theme version.

Constructors

ThemeVersionSummary({String? arn, DateTime? createdTime, String? description, ResourceStatus? status, int? versionNumber})
ThemeVersionSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the theme version.
final
createdTime DateTime?
The date and time that this theme version was created.
final
description String?
The description of the theme 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
status ResourceStatus?
The status of the theme version.
final
versionNumber int?
The version number of the theme 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