BatchApi constructor
BatchApi(})
Implementation
BatchApi(
http.Client client, {
core.String rootUrl = 'https://batch.googleapis.com/',
core.String servicePath = '',
}) : _requester = commons.ApiRequester(
client,
rootUrl,
servicePath,
requestHeaders,
);