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