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