ServiceSubmitBatchResponseModel type    
Contains response data for the submitBatch operation.
type ServiceSubmitBatchResponseModel = WithResponse<
  ServiceSubmitBatchResponseInternal,
  ServiceSubmitBatchHeaders
>