JobEntry constructor
JobEntry({})
Implementation
JobEntry({
required this.arn,
required this.createdAt,
required this.details,
required this.id,
required this.state,
required this.type,
required this.updatedAt,
this.errors,
});