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