| 1176 | } |
| 1177 | |
| 1178 | export class ObjectAutomationApi { |
| 1179 | private api: ObservableAutomationApi |
| 1180 | |
| 1181 | public constructor(configuration: Configuration, requestFactory?: AutomationApiRequestFactory, responseProcessor?: AutomationApiResponseProcessor) { |
nothing calls this directly
no outgoing calls
no test coverage detected