Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(parent: ClientSvcQueryable | string = "") {
super(parent);
this._objectPaths.add(property("TermStores",
// actions
objectPath()));
}
constructor(parent: ClientSvcQueryable | string = "") {
super(parent);
this._objectPaths.add(property("TermStores",
// actions
objectPath()));
}
constructor(parent: ClientSvcQueryable | string = "", _objectPaths: ObjectPathQueue | null = null) {
super(parent, _objectPaths);
this._objectPaths.add(property("Labels"));
}