CreateComponentVersionResponse class

Constructors

CreateComponentVersionResponse({required String componentName, required String componentVersion, required DateTime creationTimestamp, required CloudComponentStatus status, String? arn})
CreateComponentVersionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the component version.
final
componentName String
The name of the component.
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
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status CloudComponentStatus
The status of the component version in AWS IoT Greengrass V2. This status is different from the status of the component on a core device.
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