CreateSoftwareUpdateJobResponse class

Constructors

CreateSoftwareUpdateJobResponse({String? iotJobArn, String? iotJobId, String? platformSoftwareVersion})
CreateSoftwareUpdateJobResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
iotJobArn String?
The IoT Job ARN corresponding to this update.
final
iotJobId String?
The IoT Job Id corresponding to this update.
final
platformSoftwareVersion String?
The software version installed on the device or devices after the update.
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