UNPKG

@sap/opentelemetry-exporter-for-sap-cloud-logging

Version:
14 lines (13 loc) 323 B
export declare class ServiceBinding { private serviceName; private name; private label; private tags; private credentials; constructor(serviceName: string, data: any); getServiceName(): string; getName(): string; getLabel(): string; getCredentials(): any; getTags(): string[]; }