processingTargets property

List<String>? processingTargets
final

The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.

Implementation

final List<String>? processingTargets;