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