(obj)
| 77886 | type: obj["type"], |
| 77887 | endpoint: obj["endpoint"], |
| 77888 | authentication: serializeOnYourDataAuthenticationOptionsUnion(obj.authentication) |
| 77889 | }; |
| 77890 | } |
| 77891 | function serializeOnYourDataDeploymentNameVectorizationSource(obj) { |
| 77892 | return { type: obj["type"], deployment_name: obj["deploymentName"] }; |
| 77893 | } |
no outgoing calls
no test coverage detected