Source position: googleservice.pp line 43
type TAPIInfo = record |
Name: string; |
Version: string; |
Revision: string; |
id: string; |
title: string; |
description: string; |
ownerDomain: string; |
ownerName: string; |
icon16: string; |
icon32: string; |
documentationLink: string; |
rootUrl: string; |
basePath: string; |
baseURL: string; |
Protocol: string; |
servicePath: string; |
batchPath: string; |
AuthScopes: TScopeInfoArray; |
end; |