Skip to content

Latest commit

 

History

History
executable file
·
38 lines (22 loc) · 942 Bytes

File metadata and controls

executable file
·
38 lines (22 loc) · 942 Bytes

BulkClientBatchItems

(bulk_client_batch_items)

Available Operations

  • list - List bulk client batch items

list

List bulk client batch items

Example Usage

import wingspan
from wingspan.models import operations

s = wingspan.Wingspan()


res = s.bulk_client_batch_items.list(batch_id='Bicycle')

if res.bulk_client_items is not None:
    # handle response
    pass

Parameters

Parameter Type Required Description
batch_id str ✔️ Unique identifier for a batch

Response

operations.ListBulkClientBatchItemsResponse