Batches

public struct Batches : Codable, Equatable

The results of a successful List Batches request.

  • A list of the status of all batch requests.

    Declaration

    Swift

    public var batches: [BatchStatus]?