GetComponentResponse class

Constructors

GetComponentResponse({required Uint8List recipe, required RecipeOutputFormat recipeOutputFormat, Map<String, String>? tags})
GetComponentResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
recipe Uint8List
The recipe of the component version.
final
recipeOutputFormat RecipeOutputFormat
The format of the recipe.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the AWS IoT Greengrass V2 Developer Guide.
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