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