SimulationJobSummary class

Summary information for a simulation job.

Constructors

SimulationJobSummary({String? arn, List<String>? dataSourceNames, DateTime? lastUpdatedAt, String? name, List<String>? robotApplicationNames, List<String>? simulationApplicationNames, SimulationJobStatus? status})
SimulationJobSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the simulation job.
final
dataSourceNames List<String>?
The names of the data sources.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedAt DateTime?
The time, in milliseconds since the epoch, when the simulation job was last updated.
final
name String?
The name of the simulation job.
final
robotApplicationNames List<String>?
A list of simulation job robot application names.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simulationApplicationNames List<String>?
A list of simulation job simulation application names.
final
status SimulationJobStatus?
The status of the simulation job.
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