@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
17 lines • 479 B
TypeScript
export declare type GoogleSoapServiceOptions = {
/**
* The network code of the network being addressed.
*/
networkCode: number;
/**
* An arbitrary string name identifying your application.
* This will be shown in Google's log files.
* For example: "My Inventory Application" or "App_1".
*/
applicationName: string;
/**
* OAuth2 access token
*/
token: string;
};
//# sourceMappingURL=googleSoapService.type.d.ts.map