ComponentLatestVersion class
Contains information about the latest version of a component.
Constructors
-
ComponentLatestVersion.new({String? arn, String? componentVersion, DateTime? creationTimestamp, String? description, List<
ComponentPlatform> ? platforms, String? publisher}) -
ComponentLatestVersion.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The ARN
of the component version.
final
- componentVersion → String?
-
The version of the component.
final
- creationTimestamp → DateTime?
-
The time at which the component was created, expressed in ISO 8601 format.
final
- description → String?
-
The description of the component version.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
platforms
→ List<
ComponentPlatform> ? -
The platforms that the component version supports.
final
- publisher → String?
-
The publisher of the component version.
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