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