MassRetryResult
Represents the results of a retry operation on multiple production jobs, including the total number of jobs requested and successfully retried.
Gets or sets a list of errors that occurred during the mass retry operation.
Gets or sets the total number of retry jobs requested.
Gets or sets the total number of retry jobs successfully requested.
Gets or sets a list of results for each job in the retry request.
public MassRetryResult()
Initializes an instance of the MassRetryResult class.