ComponentCandidate class

Contains information about a component that is a candidate to deploy to a AWS IoT Greengrass core device.

Constructors

ComponentCandidate({String? componentName, String? componentVersion, Map<String, String>? versionRequirements})

Properties

componentName String?
The name of the component.
final
componentVersion String?
The version of the component.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionRequirements Map<String, String>?
The version requirements for the component's dependencies. AWS IoT Greengrass core devices get the version requirements from component recipes.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited